Unable to launch IIS Express in Visual Studio 2017 RC

后端 未结 2 1680
囚心锁ツ
囚心锁ツ 2021-01-18 23:02

Had a web application working in Visual Studio 2015 Update 3 perfectly. I ported the project to Visual Studio 2017 RC and compiled successfully. When debugging the applicati

2条回答
  •  梦谈多话
    2021-01-18 23:51

    In my case with Visual Studio 2017 Community Edition I tried following:

    • Delete IISExpress config folder in Documents
    • Delete hidden .vs in project root
    • Restart Visual Studio 2017 and computer

    nothing worked until I re-run Visualt Studio Installer and choose option "Repair". Then somehow everything started working.

提交回复
热议问题