Login Control used with existing database

P

paulmac106

Hi,

I'm creating my first 2.0 web application. I want to use the login
control to validate users using my existing SQL 2000 database (using
email address and password)

I can't find a tutuorial to do this...they always seem to want me to
create this new aspnet db and use roles and memberships and the like.

Can I simply just use my own database? I want them to login and then
fill in a session variable with their "id code", and I'll be good to
go.

thanks,
Paul
 
P

Paul Clement

¤ Hi,
¤
¤ I'm creating my first 2.0 web application. I want to use the login
¤ control to validate users using my existing SQL 2000 database (using
¤ email address and password)
¤
¤ I can't find a tutuorial to do this...they always seem to want me to
¤ create this new aspnet db and use roles and memberships and the like.
¤
¤ Can I simply just use my own database? I want them to login and then
¤ fill in a session variable with their "id code", and I'll be good to
¤ go.
¤

The login control operates through a Membership Provider, which uses tables in a data store, such as
SQL Server. However, it isn't designed to inter operate with SQL Server security.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top