Software >> Services >> HTTP Server >> IIS >> How to add cgi-bin to IIS4 and IIS5

1. create /cgi-bin virtual folder or create actual /cgi-bin subfolder under the document root 2. Run Internet Services Manager MMC and select the cgi-bin folder. Right click, Properties 3. For IIS4, ensure that Permissions for Application Settings is set to "Execute (including script)" For IIS5, ensure that Execute Permissions for Application Settings is set to "Scripts and Executables" This last step will allow Perl interpreter to interpret the perl scripts.