MobileFormsAuthentication.RedirectFromLoginPage telling the current page has been moved

From: soh kian hwei via .NET 247 (anonymous_at_dotnet247.com)
Date: 08/04/04


Date: Wed, 04 Aug 2004 05:05:28 -0700

I use a Nokia Mobile Browser 4.0

In my login page i use MobileFormsAuthentication.RedirectFromLoginPage() to get authentication and redirect user to another page.

everything works fine except that it ask the user saying that "the current page has been moved to .... go to the new location?", it require user to press cancel to get to the redirected page.

is there a way to separate the authentication and redirecting?
if there is, after the authentication, can i use Server.Transfer("main.aspx") to get the user to another page.

--------------------------------
From: soh kian hwei

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>jiNzICLjbUuRdKvA5iMtpA==</Id>



Relevant Pages

  • Re: Detecting Failed Authorization
    ... after every authentication request and before the user ... is redirected to any login page. ... > "Ken Dopierala Jr." ... >> 'Redirect where you want the user to go. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Response.Redirect with IE
    ... login page to another one after a successful login - Am I right? ... In that case, set the Authentication mode to "Forms" in Web.Config, set the ... You don't have to manually redirect, Forms Authentication will do it for you ... > From: Ken Dopierala Jr. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forms Based Authentication and the OpenWave Browsers
    ... Try taking this redirect out of the try...catch; ... > Authentication in cookie enabled WAP browsers. ... > Samsung Browser, Forms Authentication and RedirectFromLoginPage - This is ... > Open Wave Browser and Cookies - While regression testing my new change, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: redirect http to https for virtual directories
    ... at the URL and if it comes over "80" redirect to ... Enable anonymous access and unchecked the Require SSL ... If proper authentication is provided, ... custom error not handling http to https redirects ...
    (microsoft.public.inetserver.iis)
  • Re: MS05-004: Path vunerability still present in ASP.NET 2.0
    ... -> redirect to login.aspx ... Dominick Baier - DevelopMentor ... indeed exist on this ASP.NET 2.0 web site hosted on a W2003 SP2 IIS ... ASP.NET picks-up the authentication / authorization and re-directs. ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading