Hello,
I am trying to install Drupal 7 on Windows 7 Home Premium. (Yes, I wish I were doing so on Linux.)
I have installed the PHP Manager in IIS 7, and installed Php 5.5.3. PHP Manager says the error log is at c:\windows\temp\php-5.5.3_errors.log. I don't see an error log file.
I am following the installation guide:
https://drupal.org/documentation/install
My installation directory is C:\inetpub\wwwroot\Drupal . I created the web.config file in the root location based on the instructions here:
https://drupal.org/node/557898
I have created the database. (I Used Oracle's MySQL Workbench.) I copied the default.settings file to 'settings' in the 'sites\default' folder. I have verified that the account named \IIS_IUSRS has all permissions set, except for 'special permissions'.
When I attempt to run the install program:
http://localhost/Drupal/install.php
I get an error: HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
The 'links and related information' says:
http://support.microsoft.com/kb/942055
"This error occurs when there is a problem reading the configuration file for the Web server or Web application."