In order to fully comprehend the concept of HttpHandlers and
HttpModules, I have written a detailedASP.NET Tutorial. Here I am defining both the
concepts as follows:
HttpHandler: ASP.NET
Engine uses HttpHandlers to handle specific requests on the basis of it’s
extensions. ASP.NET Page Handler handles all requests coming for (.aspx) pages.
We can define our own custom HttpHandler to handle a specific request with a
specific extension, say .jpeg, .gif, or .ahmad. But there will always be only
one handler for a specific request.
0 comments:
Post a Comment