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

后端 未结 10 3193
猫巷女王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:03

    For those encountering this with Visual-Studio 2012 and/or Windows 8 do the following.

    You have to add .Net 3.5 (or 4.5) to your Turn Windows Features on or off window. You get to it via :

    Control Panel -> Programs -> Turn Windows Features on or off

    enter image description here

    Click the Asp.Net 3.5 and the Asp.Net 4.5 check box in the IIS > WWW Service > Application Development Features folder.

提交回复
热议问题