What is the most effective way to execute a method in the Global.asax file every x number of minutes? Is there a way to have the ASP.NET server run a background thread that
Put a System.Timers.Timer object in Application_Start () in Global.asax.
System.Timers.Timer
Application_Start ()
Global.asax
http://msdn.microsoft.com/en-us/library/system.timers.timer.aspx