According to MSDN documentation , The ASP.NET application life cycle is extensible through IHttpModule classes.I
assume IHttpModule is an interface ?? is it ?Can anyone explain me in brief about what is the role of IHttpModule ???
Go to the complete details ...