Visual Studio 2015 Update 1 - No IIS Express Response While Debugging

后端 未结 11 1143
无人及你
无人及你 2020-12-13 02:55

I have an error in my code development environment. I can\'t solve it and I can\'t work properly rightnow.

Details:
I\'m working with \"Visual

相关标签:
11条回答
  • 2020-12-13 03:36

    Be sure to run Visual Studio as an Administrator. I was having the same issue and that solved being able to Debug with IIS Express.

    0 讨论(0)
  • 2020-12-13 03:44

    I had the same issue, Nb 1 from Marco fixed the problem: install Microsoft ASP Net Web Framework And Tools (Version 5.2.40204.0).

    0 讨论(0)
  • 2020-12-13 03:44

    Easy workaround until this problem is fixed:

    Start command prompt in elevated mode. Execute: taskkill /f /im iisexpress.exe

    0 讨论(0)
  • 2020-12-13 03:44

    Simply running my Visual Studio (Update 2) in Admin mode solved it for me.

    0 讨论(0)
  • 2020-12-13 03:44

    If you experience this issue with Visual Studio 2017, then you may need to ensure that your installation included the selection of the option:

    • ASP.NET MVC 4

    I tried re-targeting my solution to .NET 4.6, 4.5 and 4.5.2 using Web platform Installer without success. This option must include a critical runtime component.

    0 讨论(0)
提交回复
热议问题