Soltan Al-khatib
Soltan Al-khatib

Reputation: 13

Debugging give 404 error when running on local IIS

"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

Answers (1)

Vitor Mattos
Vitor Mattos

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

Check if the IIS target site is running

Upvotes: 1

Related Questions