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

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

    In my case that was some other application listening on the same port which IIS Express trying to attach to. I have to run netstat -ao to see PID of process which is use same port and shutdown application. In my case application was Viber.

提交回复
热议问题