On Microsoft IIS5, I right click on "Websites" and select New -> Web Site and it creates a green globe with a hand underneath it under the "web Sites" root folder in IIS. I set it up and point it to a directory on C:. I also assigned the port number to 8181. I run http://localhost:8181/test.html and it works. I run http://localhost:8181/test.php and it gives me the page cannot be found.
I've also taken steps to download the php5isapi.dll, added it to the ISAPI Filters tab of the properties section of the new "Web Site". Then enabled it in the "Web Service Extension" folder and enabled it only to be greeted with an error message in the Application folder of the Events Log saying
I should also mention I installed php on this windows 2003 server machine using the 5.1 msi file. the installer seems to have already created the php.ini mods I need including the mysql.dll extension enable.
Could not load all ISAPI filterse for site/service. Therefore startup aborted.
Any ideas on this? I'm stumped.
thanks in advance.