I am trying to install the latest version of ZenCart on IIS 6 with FastCGI and PHP 5.3.10. I know my installation of the FastCGI PHP is working as I can run the php_info.php script. I have tested running this script in a number of folders within the zencart installation directory and have no problems. I have the IIS_IUSR permissions set to Read,Read Execute, Write, Modify for all directories and files within the zencart installation. When I run the install I can run the first page index.php. When I click on Continue to go to step 2 (Licensing)

mydomain.com/store/zc_install/index.php?main_page=license


I get the following error:


The page cannot be displayed

You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.
---------------------------------------------------------------------------

Please try the following:

•Contact the Web site administrator if you believe this directory should allow execute access.
HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)

---------------------------------------------------------------------------


I'm not sure if this is a problem with permissions in the website folders/files, or if it is regarding the php FastCGI. I have FastCGI entries in the Web Extensions of IIS and also an entry for the php-cgi.exe in the php installation directory. I'm assuming PHP and FastCGI is working and installed correctly as I am able to run the php_info.php file.

Can someone explain what files or directories are being accessed when step 2 is performed. I could probably decern this from the code but I'm hoping a response would be quicker.'

Thanks