473,399 Members | 3,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

configuration error - access is denied

Dear ASP.NET Programmers,

I encountered the following problem when running my project:

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'ExportTechnologies.WebControls.RTE'

This component was working for months without any problem. I searched the
net for the solution, but suggested solutions did not help me. I don't use
the Indexing Service. When running Filemon from Sysinternals freeware, I
encountered the following line:

23962 23:55:50 w3wp.exe:1848 IRP_MJ_CREATE
C:\inetpub\wwwroot\database2\bin\ExportTechnologie s.WebControls.RTE.DLL
ACCESS DENIED NT AUTHORITY\NETWORK SERVICE

I hope I can find help here. Thanks in advance,

Burak
Nov 18 '05 #1
7 4909
The Account that the ASP.NET Application is running under does not have
permission to create the file under the bin folder, but it should
actually be creating this under the framework temp directory under
windows.

Try to grant it access and see. Maybe you ran an update or someone
changes the permissions on the Folder.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #2
The Account that the ASP.NET Application is running under does not have
permission to create the file under the bin folder, but it should
actually be creating this under the framework temp directory under
windows.

Try to grant it access and see. Maybe you ran an update or someone
changes the permissions on the Folder.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3
I cannot figure out what is wrong. I treid another component, I am still
getting the same error. Could you please be more specific, the following
line may help you (output from filemon):

w3wp.exe:1848 IRP_MJ_CREATE
C:\inetpub\wwwroot\database2\bin\ExportTechnologie s.WebControls.RTE.DLL
ACCESS DENIED NT AUTHORITY\NETWORK SERVICE

I am running IIS 6.0 nd ASP.NET 1.1.
Thanks in advance,

Burak

"Trevor Benedict R" <tr********@yahoo.com> wrote in message
news:ex*************@TK2MSFTNGP11.phx.gbl...
The Account that the ASP.NET Application is running under does not have
permission to create the file under the bin folder, but it should
actually be creating this under the framework temp directory under
windows.

Try to grant it access and see. Maybe you ran an update or someone
changes the permissions on the Folder.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #4
does your aspnet account have permissions to access that assembly? find the
folder where it is located and add the network service account to the ACL.
see if that helps

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"buran" <bu***@buran.com> wrote in message
news:un**************@TK2MSFTNGP11.phx.gbl...
I cannot figure out what is wrong. I treid another component, I am still
getting the same error. Could you please be more specific, the following
line may help you (output from filemon):

w3wp.exe:1848 IRP_MJ_CREATE
C:\inetpub\wwwroot\database2\bin\ExportTechnologie s.WebControls.RTE.DLL
ACCESS DENIED NT AUTHORITY\NETWORK SERVICE

I am running IIS 6.0 nd ASP.NET 1.1.
Thanks in advance,

Burak

"Trevor Benedict R" <tr********@yahoo.com> wrote in message
news:ex*************@TK2MSFTNGP11.phx.gbl...
The Account that the ASP.NET Application is running under does not have
permission to create the file under the bin folder, but it should
actually be creating this under the framework temp directory under
windows.

Try to grant it access and see. Maybe you ran an update or someone
changes the permissions on the Folder.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #5
Do you have Indexing Service. If so follow this thread

http://support.microsoft.com/default...b;en-us;329065
to turn off the specfic folder from being indexed
http://devcenter.infragistics.com/Su...icle.Aspx?Arti
cleID=2041
if you still think permissions could be the problem then read this
article on the default permissions required.

http://support.microsoft.com/support.../q317/0/12.asp

IF this does not work then please give us more information as to the OS,
File System on C Drive, Check if permissions are granted explicitly on
the wwwroot folder and if so do they meet the rquirement in the above
page and also can you do a View Source when the Error Ocurs and paste
the Error Message here.

Regards

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #6
Hello Burak,

Have you recently migrated to windows 2003?
In windows server 2003, ASP.Net runs under the "NETWORK SERVICE" account
rather than "ASPNet" account
Would you please check that Network Service has the same priviliges on
"C:\inetpub\wwwroot\database2\bin\" as the ASPNet account.
If not, please give Network Service account the same priviliges as ASPNet
account on that folder and see if the problem is resolved.

Regards
Mohamed El Ashmawy
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC

Nov 18 '05 #7
Uma
burak - Is this problem fixed, If yes.. how did u solved it... I am having
the same problem and not able to understand.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
does your aspnet account have permissions to access that assembly? find the folder where it is located and add the network service account to the ACL.
see if that helps

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"buran" <bu***@buran.com> wrote in message
news:un**************@TK2MSFTNGP11.phx.gbl...
I cannot figure out what is wrong. I treid another component, I am still
getting the same error. Could you please be more specific, the following
line may help you (output from filemon):

w3wp.exe:1848 IRP_MJ_CREATE
C:\inetpub\wwwroot\database2\bin\ExportTechnologie s.WebControls.RTE.DLL
ACCESS DENIED NT AUTHORITY\NETWORK SERVICE

I am running IIS 6.0 nd ASP.NET 1.1.
Thanks in advance,

Burak

"Trevor Benedict R" <tr********@yahoo.com> wrote in message
news:ex*************@TK2MSFTNGP11.phx.gbl...
The Account that the ASP.NET Application is running under does not have
permission to create the file under the bin folder, but it should
actually be creating this under the framework temp directory under
windows.

Try to grant it access and see. Maybe you ran an update or someone
changes the permissions on the Folder.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!



Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dean | last post by:
This is a problem in ASP.NET, when I run an application from Visual Studio (2003) when I do a "start without debugging". The asp page uses objects that I have built in 3 other projects,...
3
by: buran | last post by:
Dear ASP.NET Programmers, I encountered the following problem when running my project: Configuration Error Description: An error occurred during the processing of a configuration file...
2
by: Alvin Bruney | last post by:
Anybody know how to fix this. Currently only a reboot will cure it. I'm sick and fed up of rebooting. It has to be one of these services running in the background doing this. It can happen with any...
1
by: Sean | last post by:
Open a new blank VB ASP.NET Project. Build Start with Debugging. Result: Configuration Error Description: An error occurred during the processing of a configuration file required to service...
4
by: scottrm | last post by:
We have two developers, call them A and B, (on Windows XP) developing a number of asp.net web sites on a shared server (Windows 2003). Everything has been ok but recently for no apparent reason...
7
by: Martin Strojek | last post by:
Hi, I have the following problem with developing some web site. I use Visual Studio 2003 to build a website. I tried Windows 2003 Server and switched now back to Windows XP with PWS but the...
1
by: KMart | last post by:
Hello, I have a ASP.NET/C# application that uses the IE Web Controls. Everything was working fine. Then, for some unknown reason, everything stopped working. Here's the error information: ...
2
by: Terry Holland | last post by:
I posted a follow up to an earlier post but did not receive response so here it is again (with original post and response) > This could be because you are running the index service over this web...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
4
by: aSoundMind | last post by:
Hi there, I recieve this error Server Error in '/integrate' Application. -------------------------------------------------------------------------------- Configuration Error Description: An...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.