I want to create an ASP.NET virtual dir below a classic ASP WebSite.
The structure looks like the following.
IIS
Web Sites
Classic ASP Website
ASP.NET 2.0 Website (Virtual Dir) // This site sits under the classic ASP Website as a VD
For some reason when I try to access the Virtual Dir it looks for the Web Config in the Classic ASP Website. The two sites sit in seperate folders. We are attempting to strangle the Classic ASP website. There is one way into the website and therefore we want to use default port 80.
The following error is generated.
Parser Error Message: An error occured loading a configuration file: Failed to start monitoring changes to "This is the Classic ASP Website, when it should be the Virutal Dir" because access is denied.
Source Error [No relevant source line].