ASP.NET 2.0 Membership and Login

D

Douglas Adams

Can I hook up the existing Login components to my own database to verify and
insert new users?

I wish to link web users to an orders table in my SQL database and I'm
wondering how i can acheive this with the Login components that are present
in ASP.NET 2.0

Any help would be appreciated.
 
J

Juan T. Llibre

Take a look at :

Writing a Custom Membership Provider
http://www.15seconds.com/issue/050216.htm

Installing the Database using aspnet_regsql.exe
http://msdn2.microsoft.com/library/x28wfk74(en-us,vs.80).aspx

Working own provider
http://forums.asp.net/899888/ShowPost.aspx

You should be able to cobble the pieces from those examples,
to get your own provider working.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

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

Top