Is there a SharePoint equivalent of the Application_Start method in a class that derives from HttpApplication, such as the default Global class that is created when you add a Global.asax to an ASP.NET project?
I want to run some code when the SharePoint Web Application starts. Or is there a different preferred way of doing this in SharePoint?
In this particular case, I would like to run some code that does some expensive calculations and caches them. So this code would run on all front-end servers in the farm.