formsAuthentication returnURL
Date: Wed, 23 Feb 2005 07:35:12 -0800
Howdy,
I have an extranet that uses formsAuthentication to control access. I'm
finding that the returnURL is never appended to the querystring when the user
is redirected to the specified login page. Does anyone have any ideas why
this would happen or what things I could do to correct this issue?
Thanks in advance.
Relevant Pages
- Re: ReturnUrl Null
... If they typed in login.aspx directly then there won't be the QueryString. ... If you just call FormsAuthentication.RedirectFromLoginPage then it will handle both scenarios (when there is and isn't a ReturnUrl) for you properly. ... using FormsAuthentication, but keep getting an error because my ReturnUrl is null. ... (microsoft.public.dotnet.framework.aspnet) - Re: Forms Authentication when requesting resource with a querystring
... once as a whole for "ReturnURL" and once individually in case you need ... "PJ Pirrello" wrote in message ... > querystring, and that resource requires that I log in to view it, I am ... (microsoft.public.dotnet.framework.aspnet) - Re: Forms Authentication when requesting resource with a querystring
... once as a whole for "ReturnURL" and once individually in case you need ... "PJ Pirrello" wrote in message ... > querystring, and that resource requires that I log in to view it, I am ... (microsoft.public.dotnet.framework.aspnet) - Forms Authentication duplicating querystring parameters
... I'm having a problem using the ReturnUrl parameter while using ... If I already have some querystring parameters in ... FormsAuthentication to the login page and I get this. ... public string Param1 ... (microsoft.public.dotnet.framework.aspnet) - Re: Wann wird ReturnUrl =?ISO-8859-1?Q?angeh=E4ngt=3F?=
... Wenn der Benutzer bei FormsAuthentication eine geschützte Seite aufruft, ... Useraktion (Klick auf Link) bzw. automatisch, ... erfolgreichem Login wird nach ReturnUrl verzweigt und dies soll nur ... auf Link) eine ReturnUrl mitgegeben. ... (microsoft.public.de.german.entwickler.dotnet.asp) |
|