Page view counter

How Do I: Create a Custom Profile Provider?

In this video we learn how to create a custom profile provider to store and retrieve data associated with a user profile in SQL Server tables separate from the standard ASP.NET membership provider’s aspnet_Profile table. The principles covered in this video will apply to creating profile providers for other databases like Access and Oracle. After learning how to create the custom profile provider we learn how to install the provider in a web site and see a demonstration of loading and saving profile data.

Presented by Chris Pels

Duration: 32 minutes, 7 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 : 6

Leave a Comment

itman21c : On April 18, 2008 3:12 PM said:

Pls help me.

Is there any way to use your vb source in my project as class type ? I have tried many times but couldn't get same effect with your source code.

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

thanks

SilverSwan : On June 11, 2008 4:27 AM said:

Helpfull video and code, thank you!

Small note:

You might want to change the DeleteInactiveProfiles method.

When the option ProfileAuthenticationOption.All is selected you use the same delete parameters for the delete stored procedure as when ProfileAuthenticationOption.Authenticated is selected.

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

thanks

djibril_chimere_DIAW : On October 28, 2008 1:35 PM said:

Thanks ! Jërëjëf !

sitewizard : On November 05, 2008 5:12 PM said:

Great example and video.  I am just wondering why you used integers for ID's when everything else is based on GUID?  I am assuming that I can change this by re-writing the stored proceedures.

Thanks

Leave a Comment

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

Microsoft Communities