当前位置: 首页 > 图文教程 > 网络编程 > ASP > 启动 W3SVC 服务报错怎么解决

ASP
ASP简单入门教程(2):ASP环境配置
ASP简单入门教程(3):ASP语法
ASP简单入门教程(4):ASP变量
ASP简单入门教程(5):ASP子程序
HTTP 500 - 内部服务器错误(补充内容)
ASP教程:IIS中配置多站点
ASP实例教程:Content Rotator (ASP 3.0)
ASP实例教程:Content Linking组件
ASP实例教程:Browser Capabilities组件
ASP实例教程:AdRotator组件
ASP实例教程:Dictionary对象
ASP实例教程:File对象
ASP实例教程:Drive对象
ASP实例教程:TextStream对象
关于学习ASP的20个测试题目
ASP实例教程:Server对象
ASP实例教程:Session对象
ASP实例教程:用户信息和服务器
asp教程:解决IIS安装问题
ASP网站数据库被挂木马的处理办法

ASP 中的 启动 W3SVC 服务报错怎么解决


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-28   浏览: 392 ::
收藏到网摘: n/a

最近使用小黑的 IIS,发现总是不开机就启动
而是每次都要手动启动,有一次还无法启动,是因为 pplive 占据了 80 端口的原因,解决方法见另一篇文章 [IIS 0x8ffe2740 错误]

今天手动启动 IIS 的时候,报错:
The service did not respond to the start or control request in a timely fashion.

检查后发现是由于 W3SVC(world wide web publishing) 服务没有启动造成,启动 W3SVC 服务,报错
w3svc error 1717 the interface is unknown

解决方法:
if you get a problem that your IIS won"t start or when you try to start WWW Publishing Service and it gives you the error: Error 1717: The interface is unknown.

Make sure your Event Log Service is started.

出现这个问题是因为关闭了Event Log服务,只需要开始 -> 运行 services.msc,找到Event Log,将其启动类型设置为自动,并启动它,即可解决这个问题。