I've installed IIS 6.0, MySQL 4.1.16, and PHP 4.4.1 correctly, and given the appropriate permissions to the website and PHP folders. The Drupal version is 4.6.3 (I am restoring a backed up site, which was previously running on Apache 2.0.52). There must be something wrong in the php.ini file, as going to my url generates the following message:
Warning: main(sites/default/settings.php): failed to open stream: No such file or directory in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 642
Warning: main(): Failed opening 'sites/default/settings.php' for inclusion (include_path='.;c:\php4\pear') in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 642
Warning: main(includes/database.inc): failed to open stream: No such file or directory in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 643
Warning: main(): Failed opening 'includes/database.inc' for inclusion (include_path='.;c:\php4\pear') in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 643
Warning: main(includes/session.inc): failed to open stream: No such file or directory in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 644
Warning: main(): Failed opening 'includes/session.inc' for inclusion (include_path='.;c:\php4\pear') in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 644
Warning: main(includes/module.inc): failed to open stream: No such file or directory in C:\Websites\hughsrowing\Public\includes\bootstrap.inc on line 645