1. 程式人生 > >FastCGIError:Unable to place a FastCGI 解決決辦法 Error Number: 5 (0x80070005).

FastCGIError:Unable to place a FastCGI 解決決辦法 Error Number: 5 (0x80070005).

FastCGI Error
The FastCGI Handler was unable to process the request. //FastCGI 處理程式無法處理請求。
--------------------------------------------------------------------------------


Error Details:

Unable to place a FastCGI process in a JobObject. Try disable the Application Pool CPU Limit feature ‍

//無法放置在JobObject FastCGI程序。嘗試禁用應用程式池的CPU監視功能

Error Number: 5 (0x80070005).
Error Description: ?ü??·??ê?£
HTTP Error 500 - Server Error.
Internet Information Services (IIS)

解決辦法:

根據上面的出錯提示找到了原因,原來我在應用程式池 中啟用了CPU監視,‍FASTCGI模式不支援CPU監 視,禁用CPU監視後就正常了。