总结: Ricktroy ( ricktroy@126.com , http://ricktroy.cnblogs.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进行组件安装,可解决故障。

相关文章:

  • 2021-12-17
  • 2021-05-17
  • 2021-06-20
  • 2021-11-16
  • 2021-12-27
  • 2022-12-23
  • 2021-08-02
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-07-03
  • 2021-05-02
相关资源
相似解决方案