码迷,mamicode.com
首页 > 其他好文 > 详细

IIS启动出错解决方法

时间:2014-09-20 15:55:49      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:io   使用   for   文件   sp   cti   log   on   c   

IIS出现server application error,最终解决办法2007年10月30日 星期二 20:38Server Application Error

The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

访问IIS客户端出现如上错信息提示,


解决办法: 
[1]: 
检查你的DTC服务(全名:Distributed Transaction Coordinator)是否可以正常启动,

如果正常的话请你跳过此步骤;如果出错,无法正常启动,请在开始菜单的运行中 运行:msdtc -resetlog 以创建日志文件。重起机器,检查IIS是否可以正常使用,若不行继续。

[2]: 
在CMD下执行以下命令: 
cd %windir%\system32\inetsrv

rundll32 wamreg.dll, CreateIISPackage

regsvr32 asptxn.dll

(到这里我就可以用了,不用重启的)

OK,ASP页面一切正常了!

 

IIS启动出错解决方法

标签:io   使用   for   文件   sp   cti   log   on   c   

原文地址:http://www.cnblogs.com/tianlangshu/p/3983281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!