views:

101

answers:

0

I get error message "Unable to start debugging on the web server" in Visual Studio 2010 (Windows 7). The app works fine if running without the debugger. I can also manually attach to the aspnet_wp.exe process and have a breakpoint hit in the app. I have debug=true in web.config.

Why do I get the error message?