I am playing around with setting up a web server in IIS 7 on Vista Ultimate and am having trouble accessing files/folders on WWWROOT. If I try to go to domain.org/folder/setup.php I am getting the 500 error. if I go to domain.org and select one of the links to a document located in Y folder I get a '400 - File or Directory not found'. I am sure this is related to some security/permissions settings, but am confounded as to where to begin.
The account IUSR_COMPUTERNAME has read permissions on all folders in WWWROOT and is the account used in the application pool.
PHP is installed and phpinfo() can be reached through domain/test.php.
Any assistance will be appreciated.
Paul