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