The Web Server Could Not Find the Requested Resource visual studio debugging

前端 未结 3 1279
被撕碎了的回忆
被撕碎了的回忆 2021-02-14 13:35

Issue

I have a .net 4.0 Web Application running in visual studio 2012, every time I go to debug the site i\'m receiving the following error:

The

3条回答
  •  不要未来只要你来
    2021-02-14 14:09

    I was getting the same error when i was running the ASP.NET project from the IIS. I resolved this issue by configuring IIS.

    1. Go to run
    2. type appwiz.cpl and press enter.
    3. Look for "Turn windows features on or off" and click on it
    4. now windows will open for Turn windows features on or off
    5. look for Internet Information service and select that option.
    6. go to world wide web service under the Internet Information service branch
    7. expand Application development feature
    8. Select all the ASP and .net version. and click on OK.
    9. now try running the application from asp.net , it will work :)

提交回复
热议问题