filters are nasty, but I think if your going for both iis 5 and 6 that might be your only choice. if you stick to IIS 6 you can write wild card ISAPI extensions which get run before all other extensions.You pretty much have the option to do anything with these extensions.
I'm currently working on this for one my projects.