Failed to execute request because the App-Domain could not be created

浏览器提示:Failed to execute request because the App-Domain could not be created. Error: 0X80131902

一般是因为先装了VS2005,然后又添加了iis导致。正常反过来做的话就没问题了。

解决办法

浏览器提示:Failed to execute request because the App-Domain could not be created. Error: 0X80131902 
一般是因为先装了VS2005,然后又添加了iis导致。正常反过来做的话就没问题了。
解决办法
1.打开一个dos窗口,进入目录: %SystemRoot%\Microsoft.Net\Framework\
(%SystemRoot%一般是c:\windows)
2.执行命令 “net stop w3svc
3.进入下层目录 v2.0.5.xxx
4.执行 “aspnet_regiis.exe -ua” 卸载.net
5.执行 aspnet_regiis.exe -i 重新安裝 .Net 到 IIS 中
6.执行 net start w3svc 重新启动 w3svc。

7.给目录的权限加上net service帐号。

posted @ 2012-04-18 11:54  db's jim  阅读(3423)  评论(0编辑  收藏  举报