【发布时间】:2015-05-20 21:31:37
【问题描述】:
我试图通过 Visual Studio 运行我的 Web 服务。我遇到了这样的问题:
---------------------------
Microsoft Visual Studio
---------------------------
Unable to launch the IIS Express Web server.
Failed to register URL "http://localhost:63591/" for site "xxxxxx" application
"/". Error description: The process cannot access the file because it is being
used by another process. (0x80070020)
---------------------------
OK
---------------------------
我看到任务管理器发现PID 4被System使用,它的Description是NT Kernel & System.
所以我试图阻止http service。
所有依赖服务都停止了。但是我在停止 http 服务时遇到了问题,比如
The service is starting or stopping. Please try again later.
所以,我尝试手动停止和启动服务。但是 End 进程被禁用。 如果有人可以帮助解决这个问题,将会很有帮助
【问题讨论】:
-
更新 Windows 10 后发现问题:developercommunity.visualstudio.com/content/problem/580466/…
-
fwiw,上面的链接指向一个链接here,上面说你可以试试
netsh http add iplisten ipaddress=::