xp sp2下的iis 5.1故障

在安装ultimateMenu的时候,出现错误,重新安装iis 5.1后,发现总是出现 http 500内部错误。重装iis无效。查看事件记录,发现
 
事件类型: 警告
事件来源: W3SVC
事件种类: 无
事件 ID: 36
日期:  2006-4-25
事件:  16:35:13
用户:  N/A
计算机: WANWAN
描述:
服务器无法加载应用程序 ‘/LM/W3SVC/1/ROOT’。错误是 ‘没有注册类别’
 
 
类似的信息。而且发现com+错误,无法打开 com+应用程序(组件服务|我的电脑|应用程序),提示
“Error Code 8004E00F COM + was unable to talk to Microsoft Distributed Transaction Coordinator”
解决方案:
  1. 重装msdtc,运行 msdtc -resetlog。详细见:http://support.microsoft.com/?id=891801
  2. navigate到 system32inetsrv,运行  rundll32 wamreg.dll, CreateIISPackage
  3. 重新注册 regsvr32 asptxn.dll
  4. 重启iis(iisreset)
done!

Leave a Reply

Your email address will not be published. Required fields are marked *