Results 1 to 2 of 2

Thread: Personalization [very urgent]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Location
    CA, USA
    Posts
    81

    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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width