asp.net 2.0 网站出现Failed to execute request 错误

asp.net 2.0 网站 第一次运行时候有时出现如下错误:

"Failed to execute request because the App-Domain could not be created. Error: 0x80131902"
初步估计的原因是asp.net 各种版本的冲突问题
C:
cd \WINDOWS\Microsoft.NET\Framework\v2.0.50727
net stop w3svc 停止web服务
aspnet_regiis.exe -ua 卸载 asp.net 所有版本
aspnet_regiis.exe -i  重新安装 asp.net 2.0
net start w3svc  重启 web服务

posted on 2008-06-10 14:32  Re2x  阅读(167)  评论(0编辑  收藏  举报