Search code examples
c#asp.net.netwindowshttpmodule

ASP.NET: Your most used httpmodules


Interested in description of your most used ASP.NET httpmodules that solved a specific problem for your webapp.
Best practices and in-the-field usages are welcome.


Solution

  • MBCompression: handlers and modules to compress Css files, JavaScript files, pages and WebResource.axd.

    I use it in environments where I don't have full control of the server and native IIS compression is not possible.