Interview Question

Created by admin on Sat, 17/11/2012 - 16:51
Question: 

Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

Language: 
Answer: 
One of ASP.NET's most useful features is the extensibility of the HTTP pipeline, the path that data takes between client and server. You can use them to extend your ASP.NET applications by adding pre- and post-processing to each HTTP request coming into your application. For example, if you wanted custom authentication facilities for your application.