views:

21

answers:

0

I'm having this error trying to debug my ASP.NET MVC app. I've set the app to "Use Local IIS Web server", and selected ASP.NET as the debugger. Running the site without debugging works just fine, but when I try to debug, I got this error:

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

I'm using Visual Web Developer 2008 Express Edition.

Does anyone know how to fix this error? Thank you.