Does the HttpApplication class extended by Global.asax.cs exist for the lifetime of the application?
At what point can instances be created/destroyed?
I\'m e
If you are seeing the event twice in your logs, check that the application pool is set to spawn a single worker process. Each worker process will create its own instance of the HttpAppication.