diff options
| author | Michael <[email protected]> | 2017-03-25 10:30:41 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 10:30:41 -0400 |
| commit | 90d062973ba1331aaf68d16846e62784fc325822 (patch) | |
| tree | 3a9d84826ed1f0b408bc01eaedb3a6a97bc04e67 /Project-Unite/Global.asax.cs | |
| parent | 0a8c420c920e5293afbb536643b96496a103aed4 (diff) | |
| download | project-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.cs | 2 |
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(); |
