Does your AppMapping in the IIS configuration look like:
c:\path-to-php-dir\php.exe %s %
Did you add .php to the extensions list ?
All directories containing php scripts must have script permission (configurable with the Internet Service Manager).
Also check that the IIS User has execute rights to the directory containing php.exe.
T.