我试图通过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
---------------------------
Run Code Online (Sandbox Code Playgroud)
我看到了任务管理器,发现系统使用了PID 4,其描述是,NT Kernel & System.
所以我试图阻止它http service.所有依赖服务都已停止 但我在停止http服务方面遇到了一个问题
The service is starting or stopping. Please try again later.
Run Code Online (Sandbox Code Playgroud)
所以,我试图手动停止并启动服务.但是结束进程被禁用.如果有人可以帮助解决这个问题,将会很有帮助