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监视后就正常了。