I have a configuration problem with php on IIS 7.5.
It is a practically fresh install made with the MS Web PI on Win7.
I created a simple php testpage. It works in the root level http://localhost/test.php
and in the first sub-level http://localhost/site/test.php
, but not in http://localhost/site/subfolder/test.php
, there I get HTTP 500 error:
<handler> scriptProcessor could not be found in <fastCGI> application configuration
Everything seems to be configured as specified in http://www.iis.net/ConfigReference/system.webServer/fastCgi/application
Could there be some kind of filter that disables processing at specific folder-level / or enable it just in the first 2 levels?
What should I check?