Unable to start debugging on the web server. The web server could not find the requested resource

后端 未结 10 3766
猫巷女王i
猫巷女王i 2021-02-20 12:17

I\'m having this error trying to debug my ASP.NET MVC app. I\'ve set the app to \"Use Local IIS Web server\", and selected ASP.NET as the debugger. Running the site without debu

10条回答
  •  轮回少年
    2021-02-20 13:05

    I had the same problem, and i fixed this way:

    Go to IIS Manager -> Go to the site -> Error Pages -> Actions: edit feature settings.. -> Make sure you checked "detailed errors for local requests and custom error pages for remote requests".

提交回复
热议问题