ASP.NET 5 MVC: unable to connect to web server 'IIS Express'

后端 未结 30 2113
北恋
北恋 2020-12-12 13:28

What I\'m doing:

  • Opening Visual Studio Community 2015
  • File -> New -> Project
  • Under Visual C#: Web -> ASP.NET Web Application
  • Web App
30条回答
  •  孤城傲影
    2020-12-12 13:55

    Try using a different port. I just set up a new Core 1.0 RC1 project and got the same error.

    • Right click web project
    • Debug tab
    • Toggle Enable SSL off and on again, it should generate a new random port
    • Copy the SSL URL and paste into Launch URL box
    • Run the project

    Worked for me (TM).

    Answer from: https://stackoverflow.com/a/28650554/134761

提交回复
热议问题