summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-20 20:58:45 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-20 20:58:45 -0700
commit1d1e9346e6063bc2224ebbd15dfc5cf1b3de3bf9 (patch)
tree732f0d714d4010cb37eac89069c118550f394c5d /samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
parent58401eee26ed090ecf8dd10ec255c98ae416158a (diff)
downloadDotNetOpenAuth-1d1e9346e6063bc2224ebbd15dfc5cf1b3de3bf9.zip
DotNetOpenAuth-1d1e9346e6063bc2224ebbd15dfc5cf1b3de3bf9.tar.gz
DotNetOpenAuth-1d1e9346e6063bc2224ebbd15dfc5cf1b3de3bf9.tar.bz2
Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly.
<%@ Register Assembly="DotNetOpenAuth
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx')
-rw-r--r--samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
index 403858f..8c99efe 100644
--- a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
+++ b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx
@@ -2,9 +2,9 @@
Inherits="OpenIdRelyingPartyWebForms.DetectGoogleSession" ValidateRequest="false"
MasterPageFile="~/Site.Master" %>
-<%@ Register Assembly="DotNetOpenAuth" Namespace="DotNetOpenAuth.OpenId.RelyingParty"
+<%@ Register Assembly="DotNetOpenAuth.OpenId.RelyingParty.UI" Namespace="DotNetOpenAuth.OpenId.RelyingParty"
TagPrefix="rp" %>
-<%@ Register Assembly="DotNetOpenAuth" Namespace="DotNetOpenAuth.OpenId.Extensions.SimpleRegistration"
+<%@ Register Assembly="DotNetOpenAuth.OpenId.RelyingParty.UI" Namespace="DotNetOpenAuth.OpenId.Extensions.SimpleRegistration"
TagPrefix="sreg" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Main">
<asp:Label Text="We've detected that you're logged into Google!" runat="server" Visible="false"