Problem:
The following error occurred while on the Windows Server 2003 + IIS6.0 for the. Net 2.0 Web site:
The page cannot be displayed
You attempted to execute a CGI, ISAPI, or other executable program from a directory, but the directory does not allow programs to be executed.
--------------------------------------------------------------------------------
Please try the following:
If you believe that the directory should allow access, contact the site administrator.
HTTP Error 403.1-No access: execution access denied.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Solution:
1, select your site-> in IIS-> Properties, in the home directory option, modify the Execute permissions to "pure script" (or "Scripts and Executables").
2, select the server Extension-> in IIS-> Properties, check "Allow all unknown CGI", "Allow all unknown ISAPI."