|
-
May 29th, 2007, 11:46 AM
#1
Thread Starter
Lively Member
Personalization [very urgent]
Hi,
My application was running on windows authentication before. Now I need to change it to Forms authentication as i need to work with personalization.
After the user logging in and verifying whether password is correct or not for forms authentication we need to use FormsAuthentication.RedirectFromLoginPage(user,..);
Then the user is being picked up and personalization is working fine. But problem is I dont want to use this redirectpage method as my application has someother logic in javcascript and so on. The only thing I need is the user should be authenticated and the personalization should work for that user.
Is there any other way to authenticate the user in Forms Authentication expect using RedirectFromLoginPage??
Last edited by kiran_q8; May 29th, 2007 at 01:09 PM.
-
May 30th, 2007, 10:39 AM
#2
Re: Personalization [very urgent]
Then where should the user be redirected to after login?
You could essentially create your own login control that talks to the same database.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|