Visual Studio IIS Express hangs on launch, but IIS local works, why?

前端 未结 9 503
余生分开走
余生分开走 2020-12-25 11:12

I run Visual studio 2015 as administrator, start a new project, ASP.NET application, Empty 4.5.2 and then just add a simple html page. When I try to launch using IIS Expres

9条回答
  •  旧巷少年郎
    2020-12-25 11:30

    Sometimes Visual Studio just takes many minutes to load all the required symbols when debugging. Check the status bar of Visual Studio:

    Once for some reason IIS Express worked if I changed the browser targeted in Visual Studio to Google Chrome. Simply restarting Visual Studio fixed this for me though.

提交回复
热议问题