Server Application ErrorServer Application Error

晚上打开union.itlearner.com的页面,发现如下提示:

Server Application Error

The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.

看来精通的这台服务器是英文版的Win2k。查了一下IIS日志,发现此时仍然记录访问页面,但会出现: Out-of-process+ISAPI+extension+has+exceeded+crash+limit.的提示。

估计是IIS满了或者满CPU限制了,但都又不像。后来又发现,htm页访问正常,就访问asp页时会有这样的提示:(

网上查了一下关于这段的解释,但没有查到最精确的回答:

来源:http://www.experts-exchange.com/Web/Web_Servers/Q_20694952.html

We had a very simliar issue where HTML pages would be serverd but ASP pages would return " Server Application Error: The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.'

You can tell your server has been infected if:

    * The RPC Service is stopped
    * When domain applications are created,the user gets the following error in the browser:
      Server Application Error
      The server has reached the maximum recovery limit for the application during the processing of your request.
      Please contact the server administrator for assistance.

Scans and fixes are available from your favorite antivirus/security web pages such as Symantec.

Maybe this will help.

相关文章

数组的定义 Dim MyArray MyArray = Array(1‚5‚123‚12‚98...
\'参数: \'code:要检测的代码 \'leixing:html或者ubb \'n...
演示效果: 代码下载: 点击下载
环境:winxp sp2 ,mysql5.0.18,mysql odbc 3.51 driver 表采...
其实说起AJAX的初级应用是非常简单的,通俗的说就是客户端(j...
<% ’判断文件名是否合法 Function isFilename(aFilename...