Some web applications require large amount of initialization processing time before serving the first request. In some cases web applications may also need to load the large amount of data in first request. In earlier versions we used write the custom code in Application_Load method in Global.asax file to handle above scenarios...