AspNetCore.Docs/aspnet/web-forms/videos/how-do-i/how-do-i-create-a-custom-me...

1.5 KiB

title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
[How Do I:] Create a Custom Membership Provider? | Microsoft Docs rick-anderson 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-define... aspnetcontent wpickett 10/05/2007 article a250a97d-e04d-403a-816e-cd6efda396cd dotnet-webforms .net-framework /web-forms/videos/how-do-i/how-do-i-create-a-custom-membership-provider video

[How Do I:] Create a Custom Membership Provider?

by Chris Pels

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.

▶ Watch video (29 minutes)