summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb')
-rw-r--r--samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb13
1 files changed, 0 insertions, 13 deletions
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb b/samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb
deleted file mode 100644
index 9a1b8c1..0000000
--- a/samples/OpenIdRelyingPartyWebFormsVB/TracePage.aspx.vb
+++ /dev/null
@@ -1,13 +0,0 @@
-Public Class TracePage
- Inherits System.Web.UI.Page
-
- Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
- Me.placeHolder1.Controls.Add(New Label() With {.Text = HttpUtility.HtmlEncode(Global_asax.LogMessages.ToString())})
- End Sub
-
- Protected Sub clearLogButton_Click(ByVal sender As Object, ByVal e As EventArgs)
- Global_asax.LogMessages.Length = 0
- ' clear the page immediately, and allow for F5 without a Postback warning.
- Me.Response.Redirect(Me.Request.Url.AbsoluteUri)
- End Sub
-End Class \ No newline at end of file