Login control and link to loginstatus/view/name

Last post 12-11-2006 4:29 PM by khayman218. 1 replies.

Sort Posts:

  • Login control and link to loginstatus/view/name

    12-11-2006, 4:15 PM
    • Member
      10 point Member
    • khayman218
    • Member since 12-11-2006, 4:06 PM
    • Posts 2

    I have created a project with a login control on a separate page.  I have implemented a custom membership provider as well. 

     When the user logs in using the login control it successfully authenticates using the custom provider the LoggedIn event fires, and the user is navigated to the destinationpageurl.  However, after logging in, nothing is set to indicate that the user has logged in.  All of the other login controls (status, view and name) assume that the user is not authenticated and do not reflect the successful login. 

    What additional steps must be done to complete the authentication?  Do I need to set anything when the LoggedIn event is raised?

     

    -Andrew

  • Re: Login control and link to loginstatus/view/name

    12-11-2006, 4:29 PM
    Answer
    • Member
      10 point Member
    • khayman218
    • Member since 12-11-2006, 4:06 PM
    • Posts 2

    As soon as I post, I found the post that explained my problem.  ;)

    I guess it should be common sense; however, it is not mentioned in any of the documentation about using the login controls.

     By default, the web.config is set to the "Windows" authentication mode.  After I changed it to "Forms" all the additional login controls recognized the authenticated user after logging in.

     

    -Andrew

Page 1 of 1 (2 items)