zoukankan      html  css  js  c++  java
  • An error message detailing the cause of this specific request failure can be found in the application event log of the

    服务器应用程序不可用 
    您试图在此 Web 服务器上访问的 Web 应用程序当前不可用。请点击 Web 浏览器中的“刷新”按钮重试您的请求。 
    管理员注意事项: 详述此特定请求失败原因的错误信息可在 Web 服务器的系统事件日志中找到。请检查此日志项以查明导致该错误发生的原因。
    英文框架下出现:
    Server Application Unavailable 
    The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. 
    Administrator Note: An error message detailing the cause of this specificrequest failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
    尝试一下:
    1.重新开一个应用程序池,然后为这个目录单独指定这个池
    2.访问权限的设置问题
    3.重新装iis,再装framework

    我是第二个导致的,所以把虚拟目录指向的文件夹的权限添加以下就OK了。


    ASP.NET
    IIs_WPG
    Internet来宾帐户
    System
    而且ASP.NET权限要设置为 write & read.
    设置后,一切运行正常。

    嫌麻烦,直接设置成一个everyone用户就OK了。

  • 相关阅读:
    LeetCode 121. Best Time to Buy and Sell Stock
    LeetCode 221. Maximal Square
    LeetCode 152. Maximum Product Subarray
    LeetCode 53. Maximum Subarray
    LeetCode 91. Decode Ways
    LeetCode 64. Minimum Path Sum
    LeetCode 264. Ugly Number II
    LeetCode 263. Ugly Number
    LeetCode 50. Pow(x, n)
    LeetCode 279. Perfect Squares
  • 原文地址:https://www.cnblogs.com/huangxue/p/2304669.html
Copyright © 2011-2022 走看看