asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Subscribe Now!
Free Newsletter
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!



PreviousNext

 

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:

  1. Expand the tree until you can see your machine.
  2. Select the machine and right click.
  3. Chosse Properties from the drop down list.
  4. Select the ISAPI Filter tab.
  5. Click on Add.
  6. Choose a name for your filter.
  7. Enter in the location of the filter DLL.
  8. Click on OK.
  9. Choose the order that you want your filter run in by pressing the arrow buttons.
  10. 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
Building a Windows NT4 Internet Server
Robert Oliver (Editor), Plazas. Christian, John Desborough, Gulbransen
Special Edition Using Microsoft Internet Inform...
Ben Forta
Internet Information Server Resource Kit
Microsoft

Related Topics
ISAPI Filters


Support the Active Server Industry