Turn off/on ISAPI filters at runtime?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
is there anyway to change these filters programitcally? i have a site that serves up data from a database, and i have the ii6 gzip filter on problem is i have a background application that updates the database periodically, and during these updates the cpu usage is too high with gzip on, and response times suffer... is there anyway to script the gzip filter on and off? the updater app is a C# winforms app, but i could easily call a script of some sort...