Install the IIS plug-in

Your EAServer installation includes a libjeas_iis.dll file that implements the IIS Web server plug-in. To install the plug-in:

  1. On Windows, run the Control Panel | Administrative Tools applet, and select Internet Service Manager.

  2. Highlight the Web site where you want to install the plug-in, right-click, and select Properties.

  3. On the ISAPI Filters tab, click Add, and install libjeas_iis.dll as an ISAPI filter. Filters are invoked in the listed order, so if you install more than one filter, libjeas_iis.dll should be first in the list. Click OK.

  4. Highlight the Web site where you installed libjeas_iis.dll, right-click, and select New | Virtual Directory. Create a virtual directory that corresponds to the location specified in the Connector.IIS.Extension_URI directive in the redirector configuration file—see “Edit the redirector configuration file”. The default name for the virtual directory is “sybase.” Enable read, log access, and execute permissions on the virtual directory.

  5. Copy libjeas_iis.dll from your EAServer \dll subdirectory to the virtual directory location that you specified in the previous step.