Http Handlers and HTTP Modules
When Ever We want to implement pre-processing before sending the request to IIS than we use this HTTP modules and HTTP handlers
Like URL Rewriting,Security like etc.... there improves the quality of the programmer code
ASP.Net Provided two interception HTTP Handlers and HTTP Modules
For Every project we need to do pre-processing logic like authentication/authorization before request hits to IIS resources if do certain logic into code it will seems late and it seems complications for avoiding this HTTP handlers and module will sort out this problems
HTTP Handler
No comments:
Post a Comment