Hrishikesh Dhruv

Hrishikesh Dhruv

  • NA
  • 105
  • 59.8k

Initialize an object on Application Startup

Aug 3 2005 2:38 PM
Hi,

I want to initialize an object when the application startsup. 
Currently I am create the instance of the class in the Application_Start event. 
But this is triggered only on the first request.

So i want something what Tomcat provides, define a class and type in the config file and specify that it intializes on the startup.
Is this possible in ASP.Net?

Thanks
-Hrishikesh Dhruv