The text of this article is not in this database — only its details are. Read it on the old site: The Two Interceptors: HttpModule and HttpHandlers
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: The Two Interceptors: HttpModule and HttpHandlers
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Jitendra KumarPosted Jun 8, 2018, 11:22 AM
Thanks Shivprasad for sharing this useful information.
Hirendra SisodiyaPosted Jan 10, 2013, 8:48 AM
Well described article.. Thank you Shivprasad
Niranjan RaghuvanshiPosted Jun 12, 2009, 11:58 PM
Hi, I have a simple requirement in which I want to execute a long running application program on server (e.g. DTSX) I want to make an HTTP module for this, But I have a question whether the DTSX will run even if the user closes the page and browser. In my case user hits the handler with a query string but what if the user closes the browser immediately? How is the behavior different from simple linear page processing? I want my DTSX package to finish once its started no matter how much time it takes and also dont want to halt the user that is why I am using http modules in place of linear asp page processing.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> <o:p> </o:p> Reagrds,<o:p></o:p> Niranjan <o:p></o:p>
Bechir BejaouiPosted Dec 24, 2008, 5:14 AM
1- The asynchrone HttpHnadlers 2- The HttpFactories The little remark: if you are using IIS 6.0 and you're using resources like sql server databases then you have to reqister the relative extentions in the IIS meta data base if you plan to deploy your application.