Installation and Upgrade Guides › Web Agent Installation Guide › Configure an IIS Web Agent › How to Configure a SiteMinder Web Agent on IIS 6.0 › Allow IIS to Execute the Agent ISAPI and CGI Extensions
Allow IIS to Execute the Agent ISAPI and CGI Extensions
You must add certain ISAPI and CGI extentions to the IIS 6.0 web server and grant the server permission to execute them before configuring the SiteMinder Web Agent. These extensions will execute the Web Agent ISAPI and CGI scripts and other files.
To add the extensions and permissions
- Open the Internet Information Services (IIS) Manager, and then expand the web server you are configuring for the Agent.
- Double-click Web Service Extensions
The Web Service Extensions pane appears.
- To add the ISAPI Web Agent extension, do the following:
- Click the Add a new Web service extension link.
The New Web Service Extension dialog box opens.
- In the Extension name field, enter ISAPI6WebAgentDLL, and then click Add.
The Add File dialog box opens.
- Click the Browse button, and then navigate to the ISAPI6WebAgent.dll file in the web_agent_home/bin directory. If the proper file does not appear, click the Files of type drop-down list and select either ISAPI dll files (for the .dll files) or CGI exe files (for .exe files).
- web_agent_home
Indicates the directory where the Web Agent is installed.
Default (Windows installations): C:\Program Files\CA\webagent
Default (UNIX installations): /opt/ca/webagent
- Click Open
The path to the file appears in the Add File dialog box.
- Click OK.
You return to the New Web Service Extension dialog box.
- Select the Set extension status to allowed check box.
- Click OK.
The New Web Service Extension dialog box closes.
- Repeat Step 3 and add each of the following Web Agent files. Even though both files use the same name, you must add a separate extension for each because they are in different directories.
- web_agent_home/pw/smpwservicescgi.exe (suggested extension name: Password Services CGI)
- web_agent_home/pw_default/smpwservicescgi.exe (suggested extension name: PW Default CGI)