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.
HttpHandler is responsible for handling http request by extension while HttpModule is responding to application life cycle events. Show activity on this post. “Modules are called before and after the handler executes. Modules enable developers to intercept, participate in, or modify each individual request.
An HTTPhandler may be defined as an end point that is executed in response to a request and is used to handle specific requests based on extensions. The ASP.Net runtime engine selects the appropriate handler to serve an incoming request based on the file extension of the request URL.
ELMAH is very popular and useful for exception logging in ASP.NET applications.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With