<%@ Page Language="C#" AutoEventWireup="true" Inherits="OpenIdProviderWebForms.server" CodeBehind="server.aspx.cs" ValidateRequest="false" Async="true" EnableSessionState="true" %> <%@ Register Assembly="DotNetOpenAuth.OpenId.Provider.UI" Namespace="DotNetOpenAuth.OpenId.Provider" TagPrefix="openid" %> This is an OpenID server
<%-- This page provides an example of how to use the ProviderEndpoint control on an ASPX page to host an OpenID Provider. Alternatively for greater performance an .ashx file can be used. See Provider.ashx for an example. A typical web site will NOT use both .ashx and .aspx provider endpoints. This server.aspx page is the default provider endpoint to use. To switch to the .ashx handler, change the user_xrds.aspx and op_xrds.aspx files to point to provider.ashx instead of server.aspx. --%>

is an OpenID server endpoint.

For more information about OpenID, see:

http://dotnetopenauth.net/ Home of this library
http://www.openid.net/ The official OpenID Web site
http://www.openidenabled.com/ An OpenID community Web site