8
Shouts

How to get list of all active HttpModules in ASP.NET? « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 714 days, 15 hours, 58 minutes ago
Tuesday, June 08, 2010 5:14:37 PM GMT

Here is a quick tips to get the list of all active HTTPModulesat runtime.  We can get the list of all HttpModulesfrom the web.config or from machine.config file. But, what we need to do if we want to get the list of all active HttpModules during runtime? Yes. We can easily get the details with the help of  HttpApplication and HttpModuleCollectionClass. If we quickly recall the ...

category: ASP.NET | clicked: 0 | | source: abhijitjana.net | show counter code