I’m implementing a simple HttpModule, where I want some code to run when the web application is started. But I’m surprised to find that the Application_Start event I would n
You cannot attach to the Application_Start event in an HttpModule. Here's a list of available events.