简体   繁体   中英

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!

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

检查 IIS 目标站点是否正在运行

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM