protected void Application_Start() { ConnectionUtil.Init(WebConfig.SQL_CONNECTION_STRING); LookupManager.DoInit(); Constants.SetFolders(Server.MapPath("~/")); AreaRegistration.RegisterAllAreas(); RouteConfig.RegisterRoutes(RouteTable.Routes); }
/// <summary> /// Applications the start. /// </summary> protected void Application_Start() { ConnectionUtil.Init(WebConfig.SQL_CONNECTION_STRING); JPushManager.SetKeyInfo(WebConfig.JPUSH_APP_KEY, WebConfig.JPUSH_MASTER_SECRET); LookupManager.DoInit(); Constants.SetFolders(Server.MapPath("~/")); CreateTimer(); AreaRegistration.RegisterAllAreas(); RouteConfig.RegisterRoutes(RouteTable.Routes); }