protected void Application_Start() { AreaRegistration.RegisterAllAreas(); WebApiConfig.Register(GlobalConfiguration.Configuration); FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); RouteConfig.RegisterRoutes(RouteTable.Routes); DurandalBundleConfig.RegisterBundles(BundleTable.Bundles); }
public static void PreStart() { // Add your start logic here DurandalBundleConfig.RegisterBundles(BundleTable.Bundles); }