無法在<fastCGI>應(yīng)用程序配置中找到<handler> scriptProcessor 解決方法
HTTP 錯(cuò)誤 500.0 - Internal Server Error
無法在<fastCGI>應(yīng)用程序配置中找到<handler> scriptProcessor
錯(cuò)誤截圖如下:

錯(cuò)誤出現(xiàn)情形:此錯(cuò)誤一般出現(xiàn)在網(wǎng)站搬家到新網(wǎng)站空間報(bào)錯(cuò)。
錯(cuò)誤原因:web.config文件中定義的php版本路徑出錯(cuò)。
原有空間php文件路徑:
<add name="php-5.5.25" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:PHPPHP55php-cgi.exe" resourceType="Either" requireAccess="Script" />
新空間文件路徑:
<add name="php-5.5.30" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:PHP5.5php-cgi.exe" resourceType="Either" requireAccess="Script" />
修改后就能正常使用了