diff options
Diffstat (limited to 'samples/OAuthServiceProvider/Default.aspx')
-rw-r--r-- | samples/OAuthServiceProvider/Default.aspx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/samples/OAuthServiceProvider/Default.aspx b/samples/OAuthServiceProvider/Default.aspx deleted file mode 100644 index 3e5d820..0000000 --- a/samples/OAuthServiceProvider/Default.aspx +++ /dev/null @@ -1,13 +0,0 @@ -<%@ Page Title="DotNetOpenAuth Service Provider Sample" Language="C#" MasterPageFile="~/MasterPage.master" CodeBehind="~/Default.aspx.cs" Inherits="OAuthServiceProvider._Default" AutoEventWireup="True" %> - -<%@ Import Namespace="System.IO" %> -<%@ Import Namespace="System.Data.SqlClient" %> - -<asp:Content ID="Content2" ContentPlaceHolderID="Body" runat="Server"> - <asp:Button ID="createDatabaseButton" runat="server" Text="(Re)create Database" OnClick="createDatabaseButton_Click" /> - <asp:Label runat="server" ID="databaseStatus" EnableViewState="false" Text="Database recreated!" - Visible="false" /> - <p>Note that to be useful, you really need to either modify the database to add an - account with data that will be accessed by this sample, or modify this very page - to inject that data into the database. </p> -</asp:Content> |