Hi,
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/
i followed this article and i managed to display phpinfo.php in the localhost.
http://localhost/phpinfo.php
however when i created another folder inside wwwroot and placed another php file inside it didnt work. I keep getting The FastCGI process exited unexpectedly HTTP 500 internal server error.
I keep getting a popup about the iis worker process has to end.
The url i was using was http://localhost/testphp/index.php where testphp was the folder i created in wwwroot.
Then i added a another script handler PHP which is using the php5isapi.dll
this time it worked.
but when i used a php page that uses mysql connection, all i get is a blank page.
i used command prompt to check. it was running perfectly.
Can someone please help me?
Thank you.