zoukankan      html  css  js  c++  java
  • Server Application Unavailable??

    我们的服务器WIN2003,开始是1.1的,后来我装上了2.0,并且运行了ASPNET_REGIIS,当时一切正常。

    后来我修改了1.1的程序,出错,反正大致意思就是那个编译的临时文件没有,一看我就明白了可能这个目录也是2.0了,一看IIS,果然,修改成1.1后,网站可以了。

    再看2.0的网站发现,2.0的网站又不出错了,报错

    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 system event log of the web server.Please review this log entry to discover what caused this error to occur.

    这个错误提示太。。。。查看了LOG文件后,他说需要单独一个应用程序池,最后解决办法如下:

    重新开一个应用程序池,然后为这个目录单独指定这个池,一切OK!
  • 相关阅读:
    API
    MVC判断是否登录
    MVC收藏店铺
    MVC显示界面
    MVC登录
    MVC登录跳转到显示
    MVC退单
    MVC判断登录
    Oracle 千位符转换,及格式转换
    【转】Java 服务端 和 C# 客户端 实现 Socket 通信
  • 原文地址:https://www.cnblogs.com/lovecherry/p/371481.html
Copyright © 2011-2022 走看看