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

前端 未结 18 1712
被撕碎了的回忆
被撕碎了的回忆 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 15:09

    We solved this problem with deleting .vs folder on project folder and deleting temporary ASP.NET files.

    1. Close the Visual Studio.
    2. Delete .vs folder on project folder that includes applicationhost.config file.
    3. Delete temporary ASP.NET Files located: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root
    

提交回复
热议问题