where the data from login control is stored

Last post 10-02-2007 4:25 PM by Jos Branders. 1 replies.

Sort Posts:

  • where the data from login control is stored

    10-02-2007, 4:00 PM

    Hi guys,

                when user enters username and password in webform, where it is stored. Is it stored in database or somewhere else.

  • Re: where the data from login control is stored

    10-02-2007, 4:25 PM
    Answer
    • Contributor
      4,676 point Contributor
    • Jos Branders
    • Member since 10-18-2003, 5:19 AM
    • Brussels, Belgium
    • Posts 733

    If you're using the default ASP.NET membership provider, it's stored in the SQL Server 2005 database ASPNETDB.mdf.

    But with other providers, it can be stored anywhere (for instance, in Active Directory).

    Jos

Page 1 of 1 (2 items)