I just got home from vacation a few days ago and discovered that my IIS installation wasn't working. I fixed that by reinstalling it, so no worries there. Now when I try to browse one of my PHP pages, the pages aren't being translated. I get raw PHP code in the browser. I tried uninstalling and reinstalling it, but that didn't solve the problem. What else can I try? I'm running Windows XP with IIS 6.0 and PHP 5.2.0.
it seems like IIS6 configuration problem double check again if the server is supporting PHP files. create a file with <?php phpinfo(); ?> in it and try to open it if you don't get the PHP info page then you need to go back and try to see where you configure PHP to run as a module for IIS.
I hate to be one of those people, but unless you absolutely need IIS specifically, save yourself a world of pain and install XAMPP instead.