调试 localhost 时候出现
无法在web服务器上启动调试,<html><head><title> Server Application Error</title></head><body><h1>Server Application Error</h1>The server has
encountered an error while loading an application during the kprocessing of your request. Please refer to the event log for more detail information
访问时候出现
The server has encountered an error while loading an application during the processing your request
调试asp.net项目时,出现上面错误,解决方法:检查你的DTC服务(全名:Distributed Transaction Coordinator)是否可以正常启动,如果正常的话请你跳过此步骤;如果出错,无法正常启动,请在开始菜单的运行中 运行:msdtc -resetlog 以创建日志文件。重启机器,检查IIS是否可以正常使用,若不行继续。
在CMD下执行以下命令:
cd %windir%\system32\inetsrv
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll