Unable to launch IIS Express in Visual Studio 2017 RC

后端 未结 2 1657
囚心锁ツ
囚心锁ツ 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:40

    You are most probably missing "commandName": "Project" in your launchSettings.json file. I have described the issues I faced with porting to VS 2017 here

    0 讨论(0)
  • 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.

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