“Unable to launch the IIS Express Web server” error

前端 未结 25 2666
梦谈多话
梦谈多话 2020-11-30 02:48

I receive this error when trying to launch IIS Express from Visual Studio with a project that\'s configured to listen to an address other than localhost. Visual Studio free

25条回答
  •  自闭症患者
    2020-11-30 03:17

    If using VS2015, close the solution, delete the following file, then re-open the solution.

    <>\.vs\config\applicationhost.config
    

    note the .vs folder may be hidden

提交回复
热议问题