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

ASP
用ASP编写网络传呼机
用ASP+CSS实现随机背景
ASP下载系统防盗链方法
用ASP编写下载网页中所有资源的程序
Request.ServerVariables应用
解决Asp程序的Server.CreateObject错误
ASP实现TCP端口扫描的方法
源码实例:ASP实现远程保存图片
用ASP+DLL实现WEB方式修改服务器时间
ASP使用MySQL数据库全攻略
ASP+SQL Server构建网页防火墙
教程/ASP 十天学会ASP之第二天
教程/ASP 十天学会ASP之第四天
教程/ASP 十天学会ASP之第五天
教程/ASP 十天学会ASP之第六天
教程/ASP 十天学会ASP之第七天
教程/ASP 十天学会ASP之第八天
教程/ASP 十天学会ASP之第九天
教程/ASP 十天学会ASP之第十天
关于学习ASP和编程的28个观点

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-28   浏览: 384 ::
收藏到网摘: 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,将其启动类型设置为自动,并启动它,即可解决这个问题。