Reset all HttpApplication instances

132 views Asked by At

I have defined and assigned HTTP module with data that are initialized once, when module was created. During the work of asp.net application I would like to say - Reset this data on all instances of that module type. As you know there is HttpApplication pool managed by Asp.Net and modules collection for each Asp.Net application instance. I would like to have possibility from some admin .aspx page to say - Reset all HTTP modules. I know only how to catch/access active HTTP application instance and HTTP module instance for current HTTP request. How to do that for all module instances. Is is possible to access global HttpApplication pool or is there some other pattern for this issue ?

0

There are 0 answers