How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”

前端 未结 18 1635
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 14:31

PROBLEM

If you start using \"Microsoft Internet Information Services Express (IIS)\" from \"Microsoft Visual Studio (VS)\" you may get when you run

18条回答
  •  無奈伤痛
    2020-12-04 14:50

    Additionally to Bruno's answer I ended up registering the same port for localhost. Otherwise VS2015 was giving me Access Denied error on server start.

    netsh http add urlacl url=http://localhost:{port}/ user=everyone
    

    May be it's because I have binding for localhost in aplicationhost.config also.

提交回复
热议问题