Access denied to web.config

  • Thread starter Thread starter Steven K
  • Start date Start date
S

Steven K

Hello,

I have .net installed on a Windows 2000 machine. I have created a virtual
directory named auto. My web.config file location is:
C:\Inetpub\wwwroot\auto\web.config. If I run an aspx file in the home
directory, the page comes up.

However for my subdirectories I am getting the error:
Access denied to 'C:\Inetpub\wwwroot\auto\auto_asp\web.config'. Failed to
start monitoring file changes.

Any help with this would be appreciated.


Below is my web.config file:

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.
 
Back
Top