Monday, August 12, 2013

IIS8: Unable to star debugging on the web server

I was getting the followong error:

Unable to start debugging on the web server. The web server could not find the requested resource.

I solved the issue enabling ASP in the IIS:
1. Go to "Start" > "control panel" > "programs" > "Turn windows features on or off"
2. Wait while it loads
3. Enable the option : "Internet Information Services" > "world wide services" > "application development features" > "asp"
4. click "ok"

No comments: