Problem:
The following error occurred during the deployment of the. Net 2.0 Web site on Windows Server 2003 + IIS6.0:
The page cannot be displayed
You attempted to execute a CGI, ISAPI, or other executable program from the directory, but the directory does not allow the execution of the program.
--------------------------------------------------------------------------------
Please try the following:
If you think the directory should allow access, contact the site administrator.
HTTP Error 403.1-Forbidden access: execution access denied.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Workaround:
1. In IIS, select your site-> Right--> property, and in the home directory option, modify Execute permissions to "script only" (or "Scripts and Executables").
2. Select "Allow all unknown CGI", "Allow all unknown ISAPI" by selecting the server extension-> Right-> property in IIS.