Sign in | Join
Last post 10-02-2007 4:25 PM by Jos Branders. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi guys,
when user enters username and password in webform, where it is stored. Is it stored in database or somewhere else.
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