Login control db

J

John

Hi

What db does the built-in user control in asp.net uses? sql server? Access?
is it possible to choose?

Thanks

Regards
 
D

Daniel Fisher\(lennybacon\)

You can use the built-in providers (e.g. SQLServer) a third party
implementation or even implement something on your own.
 
J

John

Is Access supported?

Regards

Daniel Fisher(lennybacon) said:
You can use the built-in providers (e.g. SQLServer) a third party
implementation or even implement something on your own.
 
G

Guest

Hi Dear John,

The Login controls, which include the Login, LoginView, PasswordRecovery,
LoginStatus, LoginName, CreateUserWizard, and ChangePassword controls, allow
quick, seamless integration between ASP.NET 2.0 security and your Web
applications.

Tightly integrated with the Provider Model, Login controls take full
advantage of the configured provider.

For instance, if you configured your application to use the
AccessMembershipProvider (which is the default), you could easily add to your
page a Login control that would automatically validate a user against the
AspNetDB Access database located within your applications Data folder.

Alternatively, if you configured your application to use the
SqlMembershipProvider, the configured Login controls would validate users
against a SQL database instead.

You can even use XML to store and authenticate username / userid and password

Bye
Venkat_KL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top