summaryrefslogtreecommitdiff
path: root/Project-Unite/Global.asax.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-25 10:30:41 -0400
committerMichael <[email protected]>2017-03-25 10:30:41 -0400
commit90d062973ba1331aaf68d16846e62784fc325822 (patch)
tree3a9d84826ed1f0b408bc01eaedb3a6a97bc04e67 /Project-Unite/Global.asax.cs
parent0a8c420c920e5293afbb536643b96496a103aed4 (diff)
downloadproject-unite-90d062973ba1331aaf68d16846e62784fc325822.tar.gz
project-unite-90d062973ba1331aaf68d16846e62784fc325822.tar.bz2
project-unite-90d062973ba1331aaf68d16846e62784fc325822.zip
icefry
Diffstat (limited to 'Project-Unite/Global.asax.cs')
-rw-r--r--Project-Unite/Global.asax.cs2
1 files changed, 2 insertions, 0 deletions
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();