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??
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.