Tag archives for Global.asax
When does Application_Start() and Application_End() Used?
These two methods will declare in file as shown below public class WebApiApplication : { protected void Application_Start() { //Any Initializations of resources before calling any functionality } protected void…