I have an HTTPHandler (C#) that I want to register to handle all requests of a given type for the whole server. I don't want to register it for each virtual directory. Additionally, I would like to configure it in a manner such that after I install it, if a new Virtual directory is added, it will inherit this behavior.
Any help would be greatly appreciated.