解决FastCGI Error Error Number: -2147467259 (0x80004005). 和 Error Number: -1073741819 (0xc0000005).

来源:互联网 发布:淘宝店铺分店 编辑:程序博客网 时间:2024/06/12 00:08

一夜醒来,网站编辑就跟我反应网站后台打开报错,我看了下是报:

FastCGI Error

The FastCGI Handler was unable to process the request.

Error Details:

  • The FastCGI process has failed frequently recently. Try the request again in a while
  • Error Number: -2147467259 (0x80004005).
  • Error Description: δָ¶¨µÄ´íÎó

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

FastCGI Error

The FastCGI Handler was unable to process the request.

Error Details:

  • The FastCGI process exited unexpectedly
  • Error Number: -1073741819 (0xc0000005).
  • Error Description: Unknown Error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

在网上找了一大堆资料和在国外论坛详细查询了下,一直没有找到解决办法。php.ini也不知道被我修改了多少次了,也不见效果。

无奈之下,发现php-cgi.exe是可以直接运行程序,双击运行一下,发现提示缺少msvcr71.dll,运行不成功,直接下载msvcr71.dll文件放到

C:/Windows/System/System32
C:/Windows/System
C:/Windows

下面,问题马上解决了,后台不报错了。

虽然不知道原理 ,但也把自己经历写下,希望有同样错误的朋友能够根据看到,并解决这个问题。


原创粉丝点击