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

前端 未结 27 1545
清酒与你
清酒与你 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:17

    The easiest first pass at this without getting into the command console is to just shut down all applications (including VS), then launch VS by itself and try it again. There is likely another application like your browser causing the conflict. In my case Chrome caused it and was solved when shutting everything down and restarting VS. I opened Chrome again and everything was fine.

    The netstat stuff above is useful, but to me that's only if you can't do what I'm suggesting.

提交回复
热议问题