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

前端 未结 27 1588
清酒与你
清酒与你 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 just had this issue even though netstat did not show any conflicts.

    The following fixed it for me:

    1. Close Visual Studio
    2. Open up File Explorer
    3. Navigate to the folder of the offending project
    4. Delete the obj and bin folders
    5. Delete the *.user file (this is probably optional)
    6. Restart Visual Studio and try again

提交回复
热议问题