Reputation: 3727
This is really weird, I cannot start debugging on one project but have no problem with another one. The one I'm stuck with gives me the following error message:
Unable to start debugging on the web server. Unable to connect to the web server. Verify that the web server is running and that incoming HTTP requests are not blocked by a firewall.
I tried the following which didn't work:
aspnet_regiis -i
debugging= true
What other steps could I take?
Upvotes: 2
Views: 911