win7下 Windows Process Activation Service 服务导致的 iis无法启动的解决方法

 

进服务看,是World Wide Web Publishing Service(www服务)没有启动,右键启动www服务,提示1086错误,依赖的Windows Process Activation Service 服务没有启动。

再去看 Windows Process Activation Service(WAS服务),处于停止状态,果断右键启动它,提示:错误:6801  指定资源管理器中的事务支持未启动或已关闭。

 

在开始-》运行命令框里,输入:fsutil resource setautoreset true c:\ 后回车解决了问题。

问题原因好像是WIN7的用户管理UAC权限出现问题。

 

 

 

症状

windows 7 电脑上打开IIS 7 控制面板的时候报错:无法启动计算机上的服务W3SVC。

打开服务(services.msc)后,发现 World Wide Web Publishing Service 服务是自动运行手动启动之又报错:


错误1068:依赖服务或组无法启动。

百度后知道World Wide Web Publishing Service 服务依赖于Windows Process Activation Service 服务, 手动启动Windows Process Activation Service 服务又报错:

错误6801 指定资源管理器中的事务支持未启动或已关闭

 

 
解决

运行命令提示符 fsutil resource
setautoreset true c:\
打开运行输入 services.msc
启动Windows Process Activation
Service服务
再启动world wide web publishing service服务
再启动iis7就可以了

posted on 2017-05-23 15:03  一本正经。胡说9道  阅读(2152)  评论(0)    收藏  举报