浏览器提示: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帐号。

浏览器提示: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帐号。

相关文章:

  • 2021-06-27
  • 2022-02-23
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-09-22
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案