zoukankan      html  css  js  c++  java
  • Failed to execute request because the App-Domain could not be created.

    原错误信息:

    服务器应用程序不可用 
    您试图在此 Web 服务器上访问的 Web 应用程序当前不可用。请点击 Web 浏览器中的“刷新”按钮重试您的请求。 

    管理员注意事项: 详述此特定请求失败原因的错误信息可在 Web 服务器的系统事件日志中找到。请检查此日志项以查明导致该错误发生的原因。 

     

    查看系统日志报错【Failed to execute request because the App-Domain could not be created.】 

    系统运行一直很正常,昨天访问网站时报错,服务器的环境比较复杂,装.net framework 1.0,2.0,3.0,3.5,4.0 都装了。

    我这个网站需要用.net framework 2.0,但是唯独2.0不能使用, 用了很多方法都不行,解决后分析了一下可能是【.net framework 2.0 SP2】的问题,以前没有Sp2的,可能是其他同事升级了。

    问题弄了很久没有搞定,今天终于搞定了。记下来与大家分享。

    解决办法:

    1.下载 dotnetfx_cleanup_tool卸载所有版本的.net framework。(dotnetfx_cleanup_tool要下载最新的版本,老版本不支持卸载4.0,4.5的)

    2.用CCleaner清理了注册表和系统垃圾,

    3.重启后安装NET版本 ( .net framework 2.0 及其他版本)

                                祝君成功

     

  • 相关阅读:
    53. Maximum Subarray
    64. Minimum Path Sum
    28. Implement strStr()
    26. Remove Duplicates from Sorted Array
    21. Merge Two Sorted Lists
    14. Longest Common Prefix
    7. Reverse Integer
    412. Fizz Buzz
    linux_修改域名(centos)
    linux_redis常用数据类型操作
  • 原文地址:https://www.cnblogs.com/OwenWu/p/3602111.html
Copyright © 2011-2022 走看看