Unable To Launch Web Server

后端 未结 21 2265
北荒
北荒 2020-12-05 17:15

I have asp.net web application project in visual studio 2012. When I want to start it, I have the following error:

Unable to launch the IIS Express Web server: P

21条回答
  •  一向
    一向 (楼主)
    2020-12-05 17:38

    Navigate to IIS express

    cd "C:\Program Files (x86)\IIS Express\"
    

    run this appcmd.exe list site /xml | appcmd delete site /in

    Also, clear your temp files in %temp% and logout, or reboot

    This will delete all the sites, enjoy!

提交回复
热议问题