Hi Team,
I am trying to make an installer for a website, which configures the website on the IIS. In order for my website to run on the IIS, I need to enable permissions for the cgi scripts to run. Here is what needs to be done manually on the IIS:
1. In the middle pane, double-click the Handler Mappings icon. A list of Handler Mappings is displayed.
2. In the right pane, click Add Module Mapping. The Add Module Mapping window is displayed.
3. In the Add Module Mapping window:
a) In the Request path box, enter *.cgi
b) In the Module box, enter CgiModule
c) Ensure that the Executable box is empty.
d) Click OK.
Now, I want all these steps to be taken care of by my installer; I thought I might be able to do that in the 'Application Mappings' section under the IIS section in the Advanced Installer. But the problem was there is no configuration option shown for the Default Web Site because once you click on the Default Web Site it shows Advanced Installer User Guide. Then, just for the sake of testing, I created another Web Site which allowed me to define new application mappings. But it required me to select an executable as the script processor; whereas I wanted to add a Module Mapping which maps cgi files to CgiModule, a known IIS module.
Having the context set, here are my question:
1- Is it possible to add a Module Mapping in the Application Mapping section? If not, how can I do this?
2- Why is "Advanced Installer User Guide" the only thing that I get in the main pane for the Default Web Site instead of setting options (refer to the attached screenshot)?
Regards,
Abbas