您的位置:首页 > 其它

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

2016-12-02 17:11 841 查看
进服务看,是World Wide Web Publishing Service(www服务)没有启动,右键启动www服务,提示1086错误,依赖的Windows Process Activation Service 服务没有启动。

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

IIS services fail if WAS fails
   

You may receive "Windows could not start the Windows Process Activation Service - Error 6801: Transaction support within the specified resource manager is not started or was shut down due to an error" error message and IIS services fail to start. I have
tried to uninstall and reinstall the IIS and WAS roles/features with no luck. The following command (assumes that the system drive is c:) helped:

fsutil resource setautoreset true c:\

源地址:http://blogs.msdn.com/b/amb/archive/2011/06/21/iis-service-startup-problem-error-6801-transaction-support-within-the-specified-resource-manager-is-not-started-or-was-shut-down-due-to-an-error.aspx

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

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

欢迎转载,请注明转载自 成都网站建设 - 经典博客 [
http://www.crazyken.cn/blog/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐