Ok, I've got IIS 5 mostly whipped into shape on Windows 2000 server, and I'm manually installing PHP from the binary zipped download - I made a D:\PHP folder and copied php4ts.dll and php4isapi.dll in there, and mapped *.php files to php4isapi.dll, and I can run phpinfo() thru IIS no problem so far.

So now I need to get a php.ini going to override the defaults. Can you get the php.ini file to work outside of the WINNT folder? - I really would like to put it in D:\PHP (for security and consolidation issues), but it doesn't seem to have any effect in there. Thanks.