summaryrefslogtreecommitdiffstats
path: root/samples/RelyingPartyCustomStore/Global.asax.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/RelyingPartyCustomStore/Global.asax.cs')
-rw-r--r--samples/RelyingPartyCustomStore/Global.asax.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/samples/RelyingPartyCustomStore/Global.asax.cs b/samples/RelyingPartyCustomStore/Global.asax.cs
deleted file mode 100644
index b8b7593..0000000
--- a/samples/RelyingPartyCustomStore/Global.asax.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections;
-using System.Configuration;
-using System.Data;
-using System.Web;
-using System.Web.Security;
-using System.Web.SessionState;
-
-namespace RelyingPartyCustomStore {
- public class Global : System.Web.HttpApplication {
- public Global() {
- // since this is a sample, and will often be used with localhost
- DotNetOpenId.UntrustedWebRequest.WhitelistHosts.Add("localhost");
- }
- }
-} \ No newline at end of file