IIS Express will not start

前端 未结 8 1136
长发绾君心
长发绾君心 2020-12-30 02:47

I\'m just putting this one out there since its a Google Zero-resulter which means I win a prize?

Cannot start IIS Express 7.5 after reinstall from one account, but I

8条回答
  •  春和景丽
    2020-12-30 03:22

    I has 2 things to do to make it work

    1. try as everybody do

      1.1. Delete all files in C:\{users}\My Documents\IIS Express\config
      (Note: Don't worry it will re-create it automatically, if you afraid you can copy to some other place first)


    1. If it still not work, try this below

      2.1. Delete all files in {your project}\.vs\{your project}\config
      (Note: .vs\ folder is hidden make sure you show hidden folder first)

      2.2. in Visual Studio > Right click on your Project > select Properties

      2.3. Select "Web" Tab > in Project URL > change your port (Example: change from http://localhost:1096/ to http://localhost:1097/)

      2.4. Save and run your Project again.

提交回复
热议问题