Re: Asbolute ReturnUrl in asp.net 1.1
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 06/22/05
- Previous message: Pascal Bourque: "Permissions of CLR-managed worker threads in an app hosted by IEEx"
- In reply to: mgutty: "Asbolute ReturnUrl in asp.net 1.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 22 Jun 2005 14:08:10 -0700
Hello mgutty,
well - you could
host the login logic on both servers or
you an always do a manual Response.Redirect in you login page - set the forms
auth cookie manually and afterwards redirect back to the page.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> 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 try 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?
>
> Thanks..
>
- Previous message: Pascal Bourque: "Permissions of CLR-managed worker threads in an app hosted by IEEx"
- In reply to: mgutty: "Asbolute ReturnUrl in asp.net 1.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|