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

后端 未结 30 2142
北恋
北恋 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:43

    I simply toggled on "Enable SSL". This solved my problem.

    1. Right click web project
    2. Debug tab
    3. Toggle Enable SSL "on" (if it is off, which was my case)

提交回复
热议问题