Tag Archives: Http Handler

Difference between HTTP Handlers and HTTP Modules

HTTP modules differ from HTTP handlers. An HTTP handler returns a response to a request that is identified by a file name extension or family of file name extensions. In contrast, an HTTP module is invoked for all requests and … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , | Leave a comment

How to use Session objects in an HttpHandler

In my previous post, Captcha using ASP.Net and C#, you may noticed that I am not talking about how can I validate the user is entering correct value or not. I thought of using Sessions for this purpose, like in … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Visual Studio | Tagged , , , , , | Leave a comment