首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >“无法启动IIS Express Web服务器。”在Visual Studio中

“无法启动IIS Express Web服务器。”在Visual Studio中
EN

Stack Overflow用户
提问于 2015-03-18 15:26:28
回答 13查看 85.4K关注 0票数 155

我尝试通过visual studio运行我的web服务。我遇到了这样的问题:

代码语言:javascript
复制
---------------------------
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,它的描述是NT Kernel & System.,所以我尝试停止http service。所有依赖项服务都已停止。但是我在停止http服务时遇到了一个问题,比如

代码语言:javascript
复制
The service is starting or stopping.  Please try again later.

因此,我尝试手动停止和启动该服务。但是End进程被禁用。如果有人能在这个问题上提供帮助,那将是很有帮助的

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29116292

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档