dfdi 发表于 2015-8-16 07:39:01

IIS故障后的重新安装

总结: Ricktroy ( ricktroy@126.com , http://ricktroy.iyunv.com/ )

上午因为IIS故障,在IIS的重新安装上浪费了很多时间。现在总结一下重新安装的方法。
   故障发生原因: .NET Web 应用程序多次调试后系统冷启动(未保存系统数据)
   故障错误消息:错误1392,内容为“文件或目无法访问或读取”

   解决方法:
   1、网络上的一般解决方法:
   To resolve this problem, you must correctly register the Msxml3.dll file. To register the Msxml3.dll file, click Start, click Run,type regsvr32 Msxml3.dll, and then click OK.
   2、检查COM+服务是否正常,如不正常恢复COM+服务。

   如果以上都不成功,请重新安装IIS,但是并不能通过简单的在Windows组件添加/删除中进行删除后重新安装。正确的重新安装步骤如下:
   1、在Windows组件列表中取消Internet Information System的勾选,进行IIS的卸载。
   2、重新启动系统,进入安全模式,删除以下目录:
          %System_Root%\Windows\iis6.log
          %System_Root%\Windows\\System32\inerserv
          %System_Root%\inetpub
   3、重新启动系统(正常状态),在Windows组件中勾选IIS进行组件安装,可解决故障。
页: [1]
查看完整版本: IIS故障后的重新安装