Share via


The ISAPI Extension Wizard: Step-by-Step

OverviewDetails

The ISAPI Extension Wizard series is a branching path of either 1 or 2 steps depending on whether you create a Filter or an Extension. You can move forward and backward through the steps and make changes to the options you have selected.

Help is available for every option in each step: right-click on the control for more information about each option.

To complete Step 1

  1. Choose whether you want to create a Filter or an Extension, or both, and then enter the appropriate Class Names and Descriptions.

  2. Choose whether you would like to use the MFC library as a shared DLL or a statically-linked library.

  3. If you are creating a filter, click Next and then click here for Step 2. If you are creating an Extension, click Finish.

To complete Step 2 when creating an ISAPI Filter

  1. Choose which notification priority you want for your Filter.

  2. Select the connection types you want your Filter to notice.

  3. Select the notification types you want your filter to process.

  4. Click Finish and then click here for more on how to prepare your ISAPI DLL for use.