Development ASP.Net

//File: global.asax       
       
       

Sub Application_OnStart()
  Application("CompanyTelephone") = "555 4321"
End Sub