首先,我想要求你们不要把这个查询标记为重复的,因为我试图找出问题,但是无法做到这一点。
我已经安装了IIS,工作正常,但突然停止工作。 没有安装新软件或删除任何软件和服务。
首先,我通过从程序和function – >打开或closures窗口function中取消选中来卸载IIS。 然后再次安装IIS和Windows发布服务。
所以,检查的框是应用程序开发function是:
在Windows发布服务下检查的框是:
然后我重新启动我的系统,然后尝试启动IIS服务器,我得到这个错误。
在计算机上无法启动W3SVC服务。
所以,我搜查了networking,发现我应该这样做
net stop w3svc net stop IISAdmin net start IISAdmin net start w3svc net start IISAdmin -- > the service name is invalid net start w3svc --> the dependency service or group service failed to start
甚至我做了iisreset / restart然后输出是:
Attempting stop... Internet services successfully stopped Attempting start... Restart attempt failed. The IIS Admin Service or the World Wide Web Publishing Service, or a service dependent on them failed to start. The service, or dependent services, may had an error during its startup or may be disabled.
然后我什至没有findIISpipe理在services.msc。
伙计们,请帮助我…
让我知道如果你需要更多的信息。
提前致谢。