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
下面,問題馬上解決了,后台不報錯了。
雖然不知道原理 ,但也把自己經歷寫下,希望有同樣錯誤的朋友能夠根據看到,並解決這個問題。