A
Albert Frausto
Hello. I have a simple Hello-World.aspx webpage that I've uploaded on Windows
2003 Server with .NET Framework 2.0.50727. When I try to access the
application from the browser on the web server I get the following web error:
----------------------------------------------------------
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: An error occurred loading a configuration file: Failed
to start monitoring changes to 'd:\inetpub\wwwroot\web.config' because access
is denied.
Source Error:
[No relevant source lines]
Source File: d:\inetpub\wwwroot\web.config Line: 0
--------------------------------------------------------------
The Application event log on the server shows the following:
--------------------------------------------------------------
Event code: 3008
Event message: A configuration error has occurred.
Event time: 1/26/2010 10:07:24 AM
Event time (UTC): 1/26/2010 6:07:24 PM
Event ID: 0a7a285d1dc442f2beae9eb280e790d2
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/cms-apps/soecs-6-129090028445040279
Trust level: Full
Application Virtual Path: /cms-apps/soecs
Application Path: d:\inetpub\wwwroot\cms-apps\soecs\
Machine name: IISSTAGE
Process information:
Process ID: 4244
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ConfigurationErrorsException
Exception message: An error occurred loading a configuration file:
Failed to start monitoring changes to 'd:\inetpub\wwwroot\web.config' because
access is denied. (d:\inetpub\wwwroot\web.config)
Request information:
Request URL: http://iisstage/cms-apps/soecs/default.aspx
Request path: /cms-apps/soecs/default.aspx
User host address: 99.99.99.99
User:
Is authenticated: False
Authentication Type:
--------------------------------------------------------------
I've added the NETWORK SERVICE account to /cms/seocs root and gave it full
control. As well, I gave the ASP.NET group modify rights to the folder. But
that did not make a difference.
The odd thing about it is that there is no web.config file at
d:\inetpub\wwwroot\web.config. Does there need to be one?
Thanks for you assistance with this.
2003 Server with .NET Framework 2.0.50727. When I try to access the
application from the browser on the web server I get the following web error:
----------------------------------------------------------
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: An error occurred loading a configuration file: Failed
to start monitoring changes to 'd:\inetpub\wwwroot\web.config' because access
is denied.
Source Error:
[No relevant source lines]
Source File: d:\inetpub\wwwroot\web.config Line: 0
--------------------------------------------------------------
The Application event log on the server shows the following:
--------------------------------------------------------------
Event code: 3008
Event message: A configuration error has occurred.
Event time: 1/26/2010 10:07:24 AM
Event time (UTC): 1/26/2010 6:07:24 PM
Event ID: 0a7a285d1dc442f2beae9eb280e790d2
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/cms-apps/soecs-6-129090028445040279
Trust level: Full
Application Virtual Path: /cms-apps/soecs
Application Path: d:\inetpub\wwwroot\cms-apps\soecs\
Machine name: IISSTAGE
Process information:
Process ID: 4244
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ConfigurationErrorsException
Exception message: An error occurred loading a configuration file:
Failed to start monitoring changes to 'd:\inetpub\wwwroot\web.config' because
access is denied. (d:\inetpub\wwwroot\web.config)
Request information:
Request URL: http://iisstage/cms-apps/soecs/default.aspx
Request path: /cms-apps/soecs/default.aspx
User host address: 99.99.99.99
User:
Is authenticated: False
Authentication Type:
--------------------------------------------------------------
I've added the NETWORK SERVICE account to /cms/seocs root and gave it full
control. As well, I gave the ASP.NET group modify rights to the folder. But
that did not make a difference.
The odd thing about it is that there is no web.config file at
d:\inetpub\wwwroot\web.config. Does there need to be one?
Thanks for you assistance with this.