Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Created April 10, 2015 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclockvn/53313e3d9b6d26f54f31 to your computer and use it in GitHub Desktop.
Save oclockvn/53313e3d9b6d26f54f31 to your computer and use it in GitHub Desktop.
protected void Application_Start()
{
Database.SetInitializer<ApplicationDbContext>(new EStoreInitialize());
AreaRegistration.RegisterAllAreas();
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment