Re: Login control - remember me

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi

I'm not using a Membership provider.
I'm simply comparing the username and password values with those stored
in my sql db.
And then setting e.Authenticated = true the the Authenticate event, if
the users is found.

Is it necessary to use a membership provider for the cookie to be
stored?

-Erlend

.



Relevant Pages

  • Getting other data from Membership Provider
    ... I am using a membership provider in .net 2.0 for all my customer login ... I am using their email address as their username which ... everytime. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP:login password
    ... In my login.aspx i am allso trying to fetch the password, and i am not abl to get the pasword ... anywhere in my login.aspx with lgn1.Password, i get an empty string, but when i break point in the membership provider ... (reason for password is i need to update data to the authCookie, and need password to get user, as my users are unique by username and password. ... Page.User.Identity.Name returns only username, so useless. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: GenericPrincipal
    ... I think if you want to use your existing user database, ... The default one doesn't necessarily require SQL express, ... SQL membership provider is freely available for you to look at and modify. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to Log Out
    ... Dominick Baier - DevelopMentor ... SQL 2005 Membership provider. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to Change Membership provider during runtime
    ... Can I use more than one membership provider for a given website? ... I need to validate against SQL or Oracle ... "You can also configure multiple membership providers, ... separate regional databases. ...
    (microsoft.public.dotnet.framework.aspnet)