PersistDemo.Global.Application_Start Function
Start the app. Store any persistence values desired into the Application state collection. Then restore the static fields of any classes that use persistence.

Protected void Application_Start (object, System.EventArgs)
  Type Name Description  
    object sender    
    System.EventArgs e    
  Return Description  
    void