21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
|
---
|
||
|
title: "[How Do I:] Create a Custom Profile Provider? | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "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 t..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 10/05/2007
|
||
|
ms.topic: article
|
||
|
ms.assetid: a776a0fc-f34b-47fe-a24a-3311100f34a5
|
||
|
ms.technology: dotnet-webforms
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-create-a-custom-profile-provider
|
||
|
msc.type: video
|
||
|
---
|
||
|
[How Do I:] Create a Custom Profile Provider?
|
||
|
====================
|
||
|
by [Chris Pels](https://twitter.com/chrispels)
|
||
|
|
||
|
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.
|
||
|
|
||
|
[▶ Watch video (32 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-create-a-custom-profile-provider)
|