httpapplication Questions
3
Solved
Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for HTTPModule event execution?
I found the MSDN Documentation for all of the events,...
Jennifferjennilee asked 14/1, 2009 at 0:13
0
I'm running into a particularly interesting situation. I have a generic error handling routine currently working. Recently I've noticed a somewhat odd behavior: HttpApplication.Error would fire up,...
Eryneryngo asked 24/9, 2014 at 13:32
2
Solved
I've just installed the .NET 4.5 reference source from Microsoft as I'm trying to debug an issue I'm seeing and I stumbled across the following in HttpApplication.cs.
// execution step -- call asy...
Bevy asked 20/12, 2012 at 15:9
5
I want to know which parts of the ASP.NET request life cycle happen after an error is handled via the HttpApplication.Error event. Specifically, which of the events listed at http://msdn.microsoft....
Swordcraft asked 2/11, 2010 at 15:23
1
To what extent are HttpApplication async events (eg those registered using AddOnEndRequestAsync and friends) asynchronous? Does IIS wait for all asynchronous events fired for a particular event to ...
Livvie asked 23/2, 2012 at 13:0
2
Solved
Q 1. To my understanding FormsAuthenticationModule is subscribed to AuthenticateRequest event, and thus only after this event is fired, is FormsAuthenticationModule called. But the following quot...
Stolen asked 17/5, 2009 at 20:53
1
Solved
If get this from the Microsoft official documentation:
The Application_Start and Application_End methods are special methods that do not represent HttpApplication events. ASP.NET calls them once...
Yon asked 17/8, 2011 at 12:46
2
Solved
Can somebody explain why the constructor of a custom class derived from HttpApplication is called several times upon application startup?
My code structure is the following:
- My Global class in ...
Seldan asked 6/6, 2009 at 5:47
0
I'm looking for a way to run my HttpApplication in an AppDomain I created myself programmatically.
as the AppManagerAppDomainFactory is a sealed class, I wondered if there was a way to implement m...
Dunbar asked 12/7, 2011 at 12:1
3
Solved
I've gone rounds with this ever since I started programming classic ASP 12 (or so) years ago and I've never found a great solution because the architecture of ASP and ASP.NET has always been a swam...
Goodrich asked 23/7, 2010 at 12:31
2
Solved
I have an aspx page where I’m allowing a user to upload a file and I want to cap the max file upload size to be 10MB. IIS7, .NET 3.5. I have the following configured in my web.config file:
<loc...
Uppercase asked 19/2, 2009 at 21:33
3
Solved
I have a class derived from HttpApplication that adds some extra features. I'm to the point where I need to unit test these features, which means I have to be able to create a new instance of the H...
Shoer asked 25/7, 2009 at 15:44
2
Solved
Ok I am wanting to learn more about how ASP.Net works under the hood. I mean beneath MVC or Webforms and other such frameworks.
Basically I want to know how those frameworks are wired onto ASP.Net...
Ozzie asked 22/7, 2010 at 1:57
1
© 2022 - 2025 — McMap. All rights reserved.