A
AW
Hello,
I have a method to initialize my application, which reads configuration
settings, establishes connections, and loads a bunch of data. It lasts for
several seconds.
This method is called in the Application_Start event, but this means that
the first person requesting for a page will undergo a severe wait.
Can someone recommend a way to do so that I can call this method BEFORE any
page is called? Do I have to plug into IIS and know when the server is
started?
Thanks,
AW
I have a method to initialize my application, which reads configuration
settings, establishes connections, and loads a bunch of data. It lasts for
several seconds.
This method is called in the Application_Start event, but this means that
the first person requesting for a page will undergo a severe wait.
Can someone recommend a way to do so that I can call this method BEFORE any
page is called? Do I have to plug into IIS and know when the server is
started?
Thanks,
AW