“Unable to launch the IIS Express Web server” error

前端 未结 25 2668
梦谈多话
梦谈多话 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:25

    I had the same issue, but with a different cause that may help others.

    Use a commandprompt in admin mode for this: - TYPE: netsh http show iplisten If there are any IP entries: - TYPE: netsh http delete iplisten Repeat until the list is empty. Check if IIS Express starts now.

    Hope this helps, Niels

提交回复
热议问题