summaryrefslogtreecommitdiffstats
path: root/samples/ProviderCustomStore/Server.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ProviderCustomStore/Server.aspx')
-rw-r--r--samples/ProviderCustomStore/Server.aspx44
1 files changed, 0 insertions, 44 deletions
diff --git a/samples/ProviderCustomStore/Server.aspx b/samples/ProviderCustomStore/Server.aspx
deleted file mode 100644
index 8b487a5..0000000
--- a/samples/ProviderCustomStore/Server.aspx
+++ /dev/null
@@ -1,44 +0,0 @@
-<%@ Page Language="C#" AutoEventWireup="true" Inherits="Server" CodeBehind="server.aspx.cs" ValidateRequest="false" %>
-
-<%@ Register Assembly="DotNetOpenId" Namespace="DotNetOpenId.Provider" TagPrefix="openid" %>
-<html>
-<head>
- <title>This is an OpenID server</title>
-</head>
-<body>
- <form id="Form1" runat='server'>
- <p>
- This is an OpenID server endpoint.
- </p>
- <p>
- For more information about OpenID, see:
- </p>
- <table>
- <tr>
- <td>
- <a href="http://dotnetopenid.googlecode.com/">http://dotnetopenid.googlecode.com/</a>
- </td>
- <td>
- Home of this library
- </td>
- </tr>
- <tr>
- <td>
- <a href="http://www.openid.net/">http://www.openid.net/</a>
- </td>
- <td>
- The official OpenID Web site
- </td>
- </tr>
- <tr>
- <td>
- <a href="http://www.openidenabled.com/">http://www.openidenabled.com/</a>
- </td>
- <td>
- An OpenID community Web site
- </td>
- </tr>
- </table>
- </form>
-</body>
-</html>