• server application unavailable IIS应用程序池 错误解决办法


    如果环境为Windows Server 2003 服务器。

    出现错误信息如下:
    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 specific request 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.

    解决办法:

    一般原因就是你的网站使用的.net freamWork 选择的“应用程序框架”版本和IIS root设置的版本不一致导致的。请将网站的“应用程序池”与IIS 设置的框架版本调为一样。

    如果环境为Win7 IIS7.0 环境

    Service Unavailable


    HTTP Error 503. The service is unavailable.

    解决办法:

    修改应用程序此为:Classic.NetApp

  • 相关阅读:
    Pagodas
    Bazinga
    取石子问题
    Sudoku Killer(hdu 1426 数独)
    欧拉函数
    CCPC Ancient Go
    ZZNU 1992: 情人节的尴尬
    fzu Problem 2128 最长子串(KMP + strstr 经典好题)
    POJ
    HDU
  • 原文地址:https://www.cnblogs.com/51net/p/2961103.html
Copyright © 2020-2023  润新知