ASP.NET(vb.net) Application_Start() - Application Object - Application_Start() : The Application_Start and Application_End methods are special methods that do not represent HttpApplication events. ASP.NET calls them once for the lifetime of the application domain, not for each HttpApplication instance.
ShotDev Focus:
- ASP.NET(vb.net) Application_Start() - Application Object
Go to : ASP.NET(vb.net) Application_Start() - Global.asax
.
.
.