Re: Absolute ReturnUrl in Asp.Net 1.1



thaks for your help Tom. i'll try to fix this problem
Miguel


"Tom.PesterDELETETHISSS@xxxxxxxxxx" escribió:

> Maybe you can try to catch the Application_AuthenticateRequest or Application_PostAuthenticateRequest
> (version 2 only I think) in the global.asax and handle a failed authentication
> there?
>
> Let me know how it went.
>
> Cheers,
> Tom Pester
>
> > I have two servers. A login server y other server, i'm using a "cookie
> > shared" (both
> >
> > servers with the same machine key)
> > my problem is:
> > when not authenticate user to access server2 this user is redirect to
> > server1 (login
> > server) but with RELATIVE url of the server2 ("ReturnUrl" in url) i
> > need that
> >
> > ReturnUrl=http://server2/page1.aspx. is this possible?
> >
>
>
>
.



Relevant Pages

  • Re: Asbolute ReturnUrl in asp.net 1.1
    ... host the login logic on both servers or ... auth cookie manually and afterwards redirect back to the page. ... > servers with the same machine key) ... > when not authenticate user try to access server2 this user is redirect ...
    (microsoft.public.dotnet.security)
  • Re: Absolute ReturnUrl in Asp.Net 1.1
    ... the browser won't share cookies between servers unless they have a common ... > when not authenticate user to access server2 this user is redirect to ... > server) but with RELATIVE url of the server2 i need ...
    (microsoft.public.dotnet.framework.aspnet)
  • Asbolute ReturnUrl in asp.net 1.1
    ... I have two servers. ... A login server y other server, ... servers with the same machine key) ... when not authenticate user try to access server2 this user is redirect to ...
    (microsoft.public.dotnet.security)