zoukankan      html  css  js  c++  java
  • fix errors 1088: “Failed to execute request because the AppDomain could not be created. Error: 0x80070005 Access is denied” and 1334: “Exception: System.IO.FileLoadException”

    Symptom:

    Shared Services Administration Site cannot be opened.

    and two errors logged in Event Viewer.

    Event Type:    Error
    Event Source:    ASP.NET 2.0.50727.0
    Event Category:    None
    Event ID:    1088
    Description:
    Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied

    Event Type:    Error
    Event Source:    ASP.NET 2.0.50727.0
    Event Category:    None
    Event ID:    1334
    Description:
    Failed to initialize the AppDomain:/LM/W3SVC/1937156701/Root

    Exception: System.IO.FileLoadException

    Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.

    Troubleshooting:

    Checked the ID in IIS, 1937156701 point to Shared Services Administration Site, it is OK.

    But the error message “Could not load file or assembly…”, was totally misleading.

    Did a ProcMon:

    image

    image

    The Security seems normal with properly accounts and permissions.

    image

    However, the application pool account of Shared Services Administration Site (SSPAdminPool in this issue) was NOT in the WSS_WPG group!

    Resolution:

    Add application pool account of Shared Services Administration Site to WSS_WPG group.

    Comments:

    It is weird that I had installed MOSS 2007 dozens of times. It is first of time that the application pool account was not in the WSS_WPG group.

    However, I am happy that this issue was resolved. :)

  • 相关阅读:
    新萝卜家园GHOST WIN7系统32,64位极速装机特别版
    BiliBili 第三方 Android 客户端应用源码
    高仿饿了么应用项目源码
    12306火车票订票项目源码
    美女的秘密项目源码
    漫画阅读应用源码
    高仿美团应用客户端布局源码
    Unix时间戳 和 NSDate 的转换
    NSJSONSerialization-JSON数据与NSDictionary和NSArray之间的转化
    ReactiveCocoa入门教程——第一部分
  • 原文地址:https://www.cnblogs.com/lambertqin/p/1512873.html
Copyright © 2011-2022 走看看