|
|
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