summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyMvc/Default.aspx
blob: b570fd846968c342b2c24b3d02ed7c998f5e36e3 (plain)
1
2
3
4
5
6
7
8
9
<%@ 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. -->