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

 

相关文章:

  • 2021-04-18
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-05-27
猜你喜欢
  • 2021-11-30
  • 2021-05-21
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2021-09-22
  • 2021-12-17
相关资源
相似解决方案