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帐号。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM