2024年11月网站无法启动WAS和W3SVC服务无法启动解决方法
更新时间:2024-11-18
⑴最近有站长用户反馈网站无法启动,出现除非Windows Activa tion Service(WAS和万维网发布服务(WSV均处于运行状态,否则无法启动网站。目前,这两项服务均处于停止状态。那么遇到这个问题该如何解决呢?
⑵出现这样的问题,主要是由于两个服务没有启动导致的
⑶Windows Process Activation Service服务
⑷world wide web publishing service服务
⑸运行命令提示符 fsutil resource setautoreset true c:
⑹打开运行输入 services.msc
⑺启动Windows Process Activation Service服务
⑻再启动world wide web publishing service服务
⑼最后我们再去IIS中启动网站即可。
⑽如果还不行,使用下面方法:
⑾运行命令regedit,打开注册表编辑器,进入:
⑿HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesHTTP]:
⒀a) Change Start from ( disabled) to ( automatically)
⒁b) Delete "NoRun" key if this key exists
您可能感兴趣的文章: