[ASP.NET] - 提示错误:The server has encountered an error while loading an application during the processing your request

来源:QQ空间

 

调试asp.net项目时,出现The server has encountered an error while loading an application during the processing your request错误。

解决方法:
在CMD下执行以下命令:
cd %windir%\system32\inetsrv
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll

你可能感兴趣的:(application)