zoukankan      html  css  js  c++  java
  • asp.net的错误Failed to access IIS metabase

    Server Error in '/sdxx' Application.


    Failed to access IIS metabase.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

    The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.

     

    解决方法:

    framework2.0
    C:\WINNT\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i
    framework4.0
    C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i

     

  • 相关阅读:
    bzoj1797
    bzoj1266
    bzoj1497
    bzoj1412
    bzoj3156
    JSOI2014第三轮总结
    bzoj1855
    bzoj1044
    codeforces 371D
    codeforces 371B
  • 原文地址:https://www.cnblogs.com/Dannier/p/2660581.html
Copyright © 2011-2022 走看看