Async HttpModule doesn't fire always..some requests skip httpModule
-
2012년 1월 31일 화요일 오후 12:29I have an web app with an async httpModule for custom authentication. The httpModule intercept maybe the 2 o 3 firsts requests, but after it doesn't fire anymore at least for 2 or 3 more pages after that it start to works again for a new request of a new page,but after some minutes it fails again. I'm getting crazy about this issue 'cause I have registered the httpModule in the <httpModules> and <Modules> in web.Config and I don't know why it stops working in random cases... I've thought it is because some pages are cached and skip my async httpModules an goes to the handler.. or maybe the instance of my httpModule is lost in some specific moment, I'm using VS2010 with asp.net 2.0 IIS 6.0 . Please help me.
Thanks in advance
모든 응답
-
2012년 2월 2일 목요일 오전 10:01중재자
Hi,
For IIS 6.0, it should be "httpModules" section under system.web rather than "modules" section under system.webServer. Actually, for iis issues, it is suggested you posted in IIS forums. And for help of the code, it will be direct help with asp.net forums communities.
Thanks.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com. Microsoft One Code Framework- 답변으로 표시됨 Lloyd ZhangMicrosoft Contingent Staff, Moderator 2012년 2월 7일 화요일 오전 6:16

