
| email this FAQ to a colleague
Q: How do I add an ISAPI Filter to all the web sites on my machine in IIS 4.0? A: From MMC: - Expand the tree until you can see your machine.
- Select the machine and right click.
- Chosse Properties from the drop down list.
- Select the ISAPI Filter tab.
- Click on Add.
- Choose a name for your filter.
- Enter in the location of the filter DLL.
- Click on OK.
- Choose the order that you want your filter run in by pressing the arrow buttons.
- Click on OK to exit properties.
Note: You will not be able to set the filter priroity, since the filter priority is an attribute of the filter. IIS 3.0 Comparison:In order to add an ISAPI Filter in IIS 3.0 you need to enter the DLL location in the registry and start and stop the web server. - Wayne Berry | Books | | | | Using ISAPI | | Stephen Genusa, Bobby, Jr Addison, Allen Clark, Dean Cleaver |
| |
|