Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 IIS 服务已停止。但是,根据 IIS 管理器,服务状态为“已启动”。因此我无法启动它,因为“开始”选项已关闭。尝试停止或重新启动服务时,我收到一个错误,指出该服务尚未启动。
如何启动服务?
尴尬的是,重新启动 IIS 管理器已经解决了这个问题。
为了将来参考,您可以通过命令行控制 IIS:
IISReset /stop IISReset /start
IISReset /stop
IISReset /start
还要记住关闭并重新打开IIS 管理器,以确保您与当前状态同步。