[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

原文地址:https://www.cnblogs.com/hcbin/p/1745697.html