What function do i use to run code when ASP.NET starts up? -


When my asp.net server goes up I want to run some basic checks, mostly simple things such as DB exists I am missing any compartment, etc. What function do I call to call my code?

You should use the application_start event at Global.asax


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -