I installed php (4 i think) and added the extension to iis. When I try to view a php file through the web browser, I get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Since I got an error and not just the php file's text, I assume the server extension was installed correctly. The php file I used does work when I simply connect to localhost which uses apache I believe. (installed from phpdev5)