From 90d062973ba1331aaf68d16846e62784fc325822 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Mar 2017 10:30:41 -0400 Subject: icefry --- Project-Unite/Global.asax.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project-Unite/Global.asax.cs') diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs index a9ee5ca..2b23462 100644 --- a/Project-Unite/Global.asax.cs +++ b/Project-Unite/Global.asax.cs @@ -26,6 +26,8 @@ namespace Project_Unite BundleConfig.RegisterBundles(BundleTable.Bundles); } + + protected void Application_BeginRequest(object sender, EventArgs e) { var configuration = new Migrations.Configuration(); -- cgit v1.2.3