|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Login Control used with existing SQL DBHi,
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 aspnetdb database 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 Membership uses a provider model. By default, it ships with providers that
run against SQL Server and Access with a database using its own schema. If you want to code your own provider, you have that option. As for information, search the help files (or google) for the membership provider model. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** "paulmac106" wrote: > 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 aspnetdb database 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 > > |
|||||||||||||||||||||||