Where does ASP.NET Membership store the information?

Tech-Archive recommends: Speed Up your PC by fixing your registry



I am relatively new to the ASP.NET 2.0 Login controls, and am having some
trouble getting started. Here are my main problems:

1. I want to use either the default provider or one that stores the data in
an SQL Server database (I will be happy with either one). I am having
trouble figuring out exactly what I need to add to my Web.config file. I
have already added the following in the <system.web> element:

<authentication mode="Forms"/>
<authorization>
<allow users="?"/>
</authorization>

What else do I need to add?

2. Where do the Login controls store the user registrations (I realize that
this can be different depending on the membership provider specified in
Web.config)?

If someone could please help me figure out what I need to do to get started,
I would greatly appreciate it. Thanks.

Nathan Sokalski


.



Relevant Pages

  • Re: cookieless Forms Authentication - please help...
    ... providor and I'm having trouble. ... I have created the roles, logins, login controls, etc... ... I'm also having trouble with cookies. ...
    (microsoft.public.dotnet.general)
  • cookieless Forms Authentication - Please Help...
    ... providor and I'm having trouble. ... I have created the roles, logins, login controls, etc... ... I'm also having trouble with cookies. ...
    (microsoft.public.dotnet.framework.aspnet)
  • cookieless Forms Authentication - please help...
    ... providor and I'm having trouble. ... I have created the roles, logins, login controls, etc... ... I'm also having trouble with cookies. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • cookieless Forms Authentication - please help...
    ... providor and I'm having trouble. ... I have created the roles, logins, login controls, etc... ... I'm also having trouble with cookies. ...
    (microsoft.public.dotnet.general)
  • Re: Where does ASP.NET Membership store the information?
    ... I want to use either the default provider or one that stores the data ... trouble figuring out exactly what I need to add to my Web.config file. ... Where do the Login controls store the user registrations (I realize ... that this can be different depending on the membership provider specified ...
    (microsoft.public.dotnet.framework.aspnet)