“Unable to launch the IIS Express Web server.” in Visual Studio

前端 未结 27 1904
清酒与你
清酒与你 2021-01-30 00:44

I attempted to run my web service through visual studio. I faced an issue like :

---------------------------
Microsoft Visual Studio
---------------------------
         


        
27条回答
  •  难免孤独
    2021-01-30 01:10

    I had the same Issue. As @Kautsky Lozano mentions above Another application is using that port.

    So [for a Windows OS] just:

    • Open Resource Monitor (Task Manager -> Performance -> Open Resource Monitor )
    • Click on the Network tab.
    • And at TCP Connections find the application that uses the Local Port that IIS Express uses and close it. (it was firefox on my case)

提交回复
热议问题