I have a .NET 3.5 Web application on VS 2008 SP1 running on Vista Ultimate 32 SP1. I created an Application under the Default Web Site. So the url to the app is "http://localhost/mysite". The application folder is pointing to the solution folder and it is outside the iisroot folder. Anonymous and Integrated Auth (Windows) is enabled in IIS7 for this web application "mysite".
I gave full permissions to "Network Service" user to the application folder (which is outside of iisroot).
When I hit F5 to star debugging, I get the "Unable to start debugging on the web server. The web server could not find the requested resource." error.
Does anyone have any ideas why?
thanks