I need to create a timer and begin processing tasks in my asp.net code when IIS starts or restarts. I do not know of any way to execute even my global procedures without some external application touching my site. Does anyone know a way to cause asp.net code to begin executing prior to an external page or service request?
Thanks!
Thanks!
Comment