0
Reply

Initialize an object on Application Startup

Hrishikesh Dhruv

Hrishikesh Dhruv

Aug 3 2005 2:38 PM
2.7k
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

Next Recommended Forum