zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    collections工具类 排序
    API text|lang
    异常处理
    extends继承
    接口
    static修饰符
    多态与find关键词
    Markdown语法
    Hexo | (五)Yilia主题优化
    Hexo | (四)多机同步更新博客
  • 原文地址:https://www.cnblogs.com/51net/p/2961103.html
Copyright © 2011-2022 走看看