Initialize an object on Application Startup
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