HttpModule Question (getting really weird results)
Date: Tue, 10 Feb 2004 08:26:59 -0500
My HttpModule is only executing on the first run of the application? What
would cause this to happen? This is a module that I am using to Authenticate
requests instead of a Global.asax. This is really baffling to me. I also
tried Global.asax and got the same results, anybody else experience this?
Thanks,
Nick
Relevant Pages
- HttpModule Question (getting really weird results)
... My HttpModule is only executing on the first run of the application? ... requests instead of a Global.asax. ... This is really baffling to me. ... (microsoft.public.dotnet.languages.csharp) - ASP.NET App, Remote XML Loading, Requests Executing shoots up
... Our ASP.NET application receives around 90 anonymous hits/sec while Requests ... Executing usually stays around 15-25. ... all of a sudden we'll get a server too busy error. ... (microsoft.public.dotnet.general) - Re: HttpHandler issue
... So you're actually using the httpmodule. ... expected behavior. ... According to ASP.NET server-side processing pipeline ... in the application(there is no filter to exclude specific requests). ... (microsoft.public.dotnet.framework.aspnet) - Veru odd behavior of HTTPModule
... HttpModule, one in a subdirectory specifies an HttpHandler. ... All requests for the vdir are still processed by ASP.NET, ... (microsoft.public.dotnet.framework.aspnet) - Re: Createing a httpmodule to log IIS
... Just crete the handle for the HttpContext.Error and control your errorst there ... "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" Michelangelo ... MW> I am interested in creatign a httpmodule that will log all IIS ... MW> requests to SQL Server. ... (microsoft.public.dotnet.framework.aspnet) |
|