Is there a way to handle the application_start "event" without using the global.asax?
The best I can come up with is an HttpModule that checks some static variable on every begin_request, which is INCREDIBLY wasteful :(
Do I have any other options?
Thanks