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>
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>