protected void Application_Start() { AreaRegistration.RegisterAllAreas(); RegisterGlobalFilters(GlobalFilters.Filters); RegisterRoutes(RouteTable.Routes); RegisterStructureMap.Execute(); }
protected void Application_Start() { #if DEBUG HibernatingRhinos.Profiler.Appender.EntityFramework.EntityFrameworkProfiler.Initialize(); #endif RegisterStructureMap.Execute(); Bootstrapper.Start() .FromServiceLocator() .Execute(); }
public static void Start() { RegisterStructureMap.Execute(); new Bootstrapper().Execute(); }