johnfraj Posted April 18, 2007 Posted April 18, 2007 I have a dedicated server installed with windows 2003 operating system. Now when we tried to host the asp.net application developed using .net 2.0 on the .net 1.1.432 i have got the following error. After changing all the options as instructed to me by the msdn site, i landed into this error, icould not solve the same. Can someone help me out.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 'C:\Inetpub\vhosts\maxval-ip.com\subdomains\test\httpdocs' because access is denied.Source Error: [No relevant source lines]Source File: C:\Inetpub\vhosts\maxval-ip.com\subdomains\test\httpdocs\web.config Line: 0 --------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 Thanx.
jcarle Posted April 18, 2007 Posted April 18, 2007 You need to give read permissions to the ASPNET user for the C:\Inetpub\vhosts\maxval-ip.com\subdomains\test\ folder
low_tech Posted May 3, 2007 Posted May 3, 2007 I had the same problem with a W2k3 ent server and adding the asp.net account didn't work. Windows 2003 uses the Network Service account instead of the ASP.NET account. I just added the Network Service account to x:\wwwroot and it worked.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now