exec code when IIS starts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arice
    New Member
    • Sep 2007
    • 1

    exec code when IIS starts

    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!
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to TSDN. This is handled through the global.ascx events. HTH.

    Comment

    Working...