Windows/IIS - HTTP 服务无法停止

Rya*_*anW 5 iis windows-server-2008 iis-7

据我所知,此错误通常是由 Reporting Services 引起的,但该服务器上未安装 Reporting Services。为什么 net stop http 不能完全工作有什么想法吗?

C:\Users\Administrator>net stop http
The following services are dependent on the HTTP service.
Stopping the HTTP service will also stop these services.

   Web Management Service
   World Wide Web Publishing Service
   Print Spooler
   Web Deployment Agent Service
   Function Discovery Resource Publication

Do you want to continue this operation? (Y/N) [N]: y
The Web Management Service service is stopping.
The Web Management Service service was stopped successfully.

The World Wide Web Publishing Service service is stopping.
The World Wide Web Publishing Service service was stopped successfully.

The Print Spooler service is stopping.
The Print Spooler service was stopped successfully.

The Web Deployment Agent Service service is stopping.
The Web Deployment Agent Service service was stopped successfully.

The Function Discovery Resource Publication service is stopping.
The Function Discovery Resource Publication service was stopped successfully.

The HTTP service is stopping........
The HTTP service could not be stopped.
Run Code Online (Sandbox Code Playgroud)

小智 2

您可以使用 sysinternals 的进程资源管理器来查看哪些文件正在锁定进程。另外,您是否检查过您的防病毒软件是否锁定了它?