RE: Forms Authentification
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/26/04
- Next message: [MSFT]: "RE: FormsAuthentication Roles Problem"
- Previous message: Sam Bab: "Accessing Text file on Network computer using aspx"
- In reply to: SalamElias: "Forms Authentification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Nov 2004 03:18:47 GMT
Hello,
Instead of RedirectFromLoginPage, you may consider like following code:
Response.Redirect("http://" + Request.Url.Host + Request.RawUrl);
To handle the cookie at same time, you may refer to this article:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;301240
hope this help,
Luke
- Next message: [MSFT]: "RE: FormsAuthentication Roles Problem"
- Previous message: Sam Bab: "Accessing Text file on Network computer using aspx"
- In reply to: SalamElias: "Forms Authentification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|