Installing and configuring a Microsoft IIS Web server plug-in

The Microsoft Windows plug-in uses the ISAPI (Internet Server API) framework, which defines a DLL method of binding custom server-side processes to an instance of an IIS. The plug-in is a DLL that the IIS loads when the server is started and that stays in memory until the server shuts down.

To install and configure the redirector plug-in on IIS:

  1. Set the WSPLUGIN_CONFIG_FILE environment variable.

  2. Install the IIS plug-in.

  3. Edit the redirector configuration file.

  4. Copy libraries from EAServer to your Web server.