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

后端 未结 10 3220
猫巷女王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 12:51

    Also, be sure that the URL you're configuring in Visual Studio matches your Host Headers (Edit Bindings) in IIS. This tripped me up for about an hour this morning before I realized my very stupid error.

提交回复
热议问题