Page view counter

How Do I: Create a Custom Membership Provider?

A Membership Provider allows a web application to store and retrieve membership data for a user, and the standard ASP.NET Membership Provider uses pre-defined SQL Server tables. In this video we learn how to create a custom membership provider that uses custom SQL Server tables separate from the pre-defined tables used by the standard provider. The principles covered in the video will apply to creating custom membership providers using other databases such as Access or Oracle. After learning to create the custom membership provider, we learn how to configure the provider in a web application, and see a demonstration of creating a new user and authenticating the new user with the custom membership provider.

Presented by Chris Pels

Duration: 29 minutes, 3 seconds

Date: 3 September 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 9

Leave a Comment

Bibhabasu : On March 27, 2008 6:42 AM said:

I want to use the the CreateUserWizard control ,but i want to use my own database.How do i do that ?how do I create the custom membership provider?

kmj2384 : On April 08, 2008 8:30 PM said:

Can someone explain to me how to create the very first project that Chris starts working off of?  In my website, when I choose add new item and add class, I don't get all the files nested under what I created.  Therefore, I think I need to create that very first file but it's not explained how to do that.  Any help would be appreciated.  Thank you.

Soha.Jawabreh : On May 13, 2008 4:04 AM said:

Thank you Chris

An excellent video

soha

muhammed : On July 23, 2008 5:42 AM said:

good video thanks

cv_vikram : On August 08, 2008 4:59 PM said:

thanks...

Antikom : On August 15, 2008 4:34 AM said:

Chris thank you for this video!

Antikom.

Juwar : On August 30, 2008 6:33 PM said:

How can I create my own createuserwizard.  I don't want the security question/answer as part of the membership, nor do I want the email, I want just username, password and pass these values to the provider.

subhasisrout : On September 09, 2008 4:04 AM said:

UpdateFailureCount method is not updating anything....Could anyone please explain....

djibril_chimere_DIAW : On October 28, 2008 12:56 PM said:

Thanks ! Jërëjëf !

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities