Answer:
It's just like a filter. The Modules are called before and after the handler executes.
For example: BeginRequest, AuthenticationRequest event, EndRequest event etc. You may intercept , participate and modify each request.
Modules implement the IHttpMudule interface
Request generelly goes as IIS > Modules > Handlers
Asked In: Many Interviews |
Alert Moderator