Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 3rd, 2004, 02:06 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default Custom Providers

Hello,

What advantage do you get with a custom provider over the default Provider (for example, using a default MembershipProvider instead of a custom one), or do you have to use a custom provider?

Thanks,

Brian
__________________
Brian
 
Old September 15th, 2004, 12:30 PM
Registered User
 
Join Date: Sep 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You may have an employee's organizational data in an LDAP directory and their benefits package identifier in DB2 database. You could create two providers, one that exposes the LDAP directory, and another that exposes the DB2 database. In many cases, you will already have components that provide access to this data, and the provider will be little more than a wrapper that allows the existing component to participate in the personalization framework. To support such scenarios, the personalization framework allows you to create your own providers...

http://msdn.microsoft.com/library/de...ionwhidbey.asp






Similar Threads
Thread Thread Starter Forum Replies Last Post
Membership and Profile Providers - Mixing the Two robzyc ASP.NET 2.0 Basics 0 April 29th, 2008 03:49 AM
Access Providers not working chroniclemaster1 ASP.NET 2.0 Basics 4 March 18th, 2008 09:55 PM
Providers!!! dpkbahuguna Beginning VB 6 0 July 2nd, 2007 07:17 AM
Personalization Providers AGS BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 0 December 3rd, 2005 08:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.