diff options
Diffstat (limited to 'samples/ProviderCustomStore/Global.asax.cs')
-rw-r--r-- | samples/ProviderCustomStore/Global.asax.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/samples/ProviderCustomStore/Global.asax.cs b/samples/ProviderCustomStore/Global.asax.cs deleted file mode 100644 index ad31f4f..0000000 --- a/samples/ProviderCustomStore/Global.asax.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System;
-using ProviderPortal;
-
-namespace ProviderCustomStore {
- 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");
- }
-
- protected void Application_BeginRequest(object sender, EventArgs e) {
- URLRewriter.Process();
- }
- }
-}
\ No newline at end of file |