summaryrefslogtreecommitdiffstats
path: root/samples/RelyingPartyMvc/Default.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/RelyingPartyMvc/Default.aspx')
-rw-r--r--samples/RelyingPartyMvc/Default.aspx10
1 files changed, 9 insertions, 1 deletions
diff --git a/samples/RelyingPartyMvc/Default.aspx b/samples/RelyingPartyMvc/Default.aspx
index c44a95d..1f81ae3 100644
--- a/samples/RelyingPartyMvc/Default.aspx
+++ b/samples/RelyingPartyMvc/Default.aspx
@@ -1 +1,9 @@
-<!-- Please do not delete this file. It is used to ensure that ASP.NET MVC is activated by IIS when a user makes a "/" request to the server. --> \ No newline at end of file
+<%@ Page Language="C#" AutoEventWireup="true" %>
+
+<script runat="server">
+ protected void Page_Load(object sender, EventArgs e) {
+ Response.Redirect("~/Home/Index");
+ }
+</script>
+
+<!-- Please do not delete this file. It is used to ensure that ASP.NET MVC is activated by IIS when a user makes a "/" request to the server. -->