<%@ Page Language="C#" AutoEventWireup="true" ContentType="application/xrds+xml" %> <%-- This page is a required as part of the service discovery phase of the openid protocol (step 1). It simply renders the xml for doing service discovery of server.aspx using the xrds mechanism. This XRDS doc is discovered via the user.aspx page. --%> http://specs.openid.net/auth/2.0/signon http://openid.net/extensions/sreg/1.1 <%=new Uri(Request.Url, Response.ApplyAppPathModifier("~/server.aspx"))%> http://openid.net/signon/1.0 http://openid.net/extensions/sreg/1.1 <%=new Uri(Request.Url, Response.ApplyAppPathModifier("~/server.aspx"))%>