IIS出现Server Application Error解决方案
Server 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
[1]:检查你的DTC服务(全名:Distributed Transaction Coordinator)是否可以正常启动,
如果正常的话请你跳过此步骤;
如果出错,无法正常启动,
请在开始菜单的运行中 运行:msdtc -resetlog 以创建日志文件。
重起机器,检查IIS是否可以正常使用,若不行继续。
[2]: 在CMD下执行以下命令:
1.cd %windir%\system32\inetsrv
2.rundll32 wamreg.dll, CreateIISPackage (注意大小写一定要一致.而且wamreg.dll,后面要加一个空格否则就会提示wamreg.dll出错丢失条目:CreateIISPackage)
3.regsvr32 asptxn.dll
基本解决问题.还不错