diff options
Diffstat (limited to 'TwoStepsAuthenticator.TestWebsite/Global.asax')
-rw-r--r-- | TwoStepsAuthenticator.TestWebsite/Global.asax | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestWebsite/Global.asax b/TwoStepsAuthenticator.TestWebsite/Global.asax new file mode 100644 index 0000000..e0d7a7b --- /dev/null +++ b/TwoStepsAuthenticator.TestWebsite/Global.asax @@ -0,0 +1 @@ +<%@ Application Codebehind="Global.asax.cs" Inherits="TwoStepsAuthenticator.TestWebsite.MvcApplication" Language="C#" %> |