时间:2021-07-01 10:21:17 帮助过:6人阅读
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
Error Number: 5 (0x80070005).
Error Description: ¾Ü¾ø·ÃÎÊ¡£
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
解决办法:
给users对php目录读取和运行的权限即可。
操作方法是:
找到要给权限的目录,右击->属性->安全 在这下面可看到user用户,我们给他相对应的权限即可。
http://www.bkjia.com/PHPjc/632166.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/632166.htmlTechArticleFastCGI Error Error Number: 5 (0x80070005)解决办法 有需要的朋友可参考一下。 FastCGI Error The FastCGI Handler was unable to process the request. --------------------...