summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/InfoCardRelyingParty/Bin/log4net.dll.refreshbin0 -> 44 bytes
-rw-r--r--samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx2
2 files changed, 1 insertions, 1 deletions
diff --git a/samples/InfoCardRelyingParty/Bin/log4net.dll.refresh b/samples/InfoCardRelyingParty/Bin/log4net.dll.refresh
new file mode 100644
index 0000000..ede40da
--- /dev/null
+++ b/samples/InfoCardRelyingParty/Bin/log4net.dll.refresh
Binary files differ
diff --git a/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx b/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
index 82eb924..8535c7c 100644
--- a/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
+++ b/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
@@ -2,7 +2,7 @@
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContentPlaceHolder" runat="server">
<h1>OpenID Relying Party </h1>
- <h2>Provided by <a href="http://dotnetopenid.googlecode.com">DotNetOpenId</a> </h2>
+ <h2>Provided by <a href="http://dotnetopenid.googlecode.com">DotNetOpenAuth</a> </h2>
<% if (User.Identity.IsAuthenticated) { %>
<p><b>You are already logged in!</b> Try visiting the
<%=Html.ActionLink("Members Only", "Index", "User") %>