
| email this FAQ to a colleague
Q: How do I put an ISAPI Filter on just one web site with IIS 4.0? A: From MMC: - Expand the tree until you can see your website.
- Select the web site 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. Note: This filter will only be used with requests to this web site, other web sites on the same machine will not be effected by this filter. IIS 3.0 Comparison: This is a new feature of IIS 4.0, you were not able to put a filter on just one website you needed to put the filter on all the web sites on the machine. - Wayne Berry | Books | | | | Using ISAPI | | Stephen Genusa, Bobby, Jr Addison, Allen Clark, Dean Cleaver |
| |
|