Reputation: 13
"unable to start debugging on the web server the remote server returned an error 404". this is the error that the debugger gives me the debugger works on IIS Express, but never on the local IIS
Is anyone aware of a solution to this? Am i overlooking something?
Thanks!
Upvotes: 1
Views: 2655
Reputation: 11
I had the same problem and the solution was just do a check if the site where I was trying to debug was running propperly; In my case, the Default Web Site
was stopped, and I had to restart it
Upvotes: 1