Search code examples
c#asp.netweb-configgachttpmodule

Is it possible to create a http module without making an entry into the web.config or GAC?


The title is my question at this point. Is it possible to create an http module without making an entry into the web.config or GAC?


Solution

  • Yes, Here's how.

    Programmatically register HttpModules at runtime