AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Integrate Membership, Roles and Profile providers into your ASP.NET 2.0 Site : Peter Bromberg

Monday, July 14 2008

There is a lot of material on ASP.NET 2.0 Membership Provider, some about Roles, and even less on Profile providers. My goal in this short piece is to provide an example of how to pull them all together. We'll use the Membership Provider for authentication, a Role provider for Authorization, and we'll add a custom Profile example to show how custom user Profile data can be stored on a per-user basis, even for anonymous users, and then automatically migrated to their full User profile when they "sign up" on the site....

Read More:
Integrate Membership, Roles and Profile providers into your ASP.NET 2.0 Site : Peter Bromberg
Also See:
Friendly URLs with URL mappings : Marco Bellinaso
Friendly GridView Deletion Messages : Martin Millar
Nested Master Pages : Richard Bean
A Guide to the ASP.NET 2.0 Wizard Control : Steve C. Orr
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET

1 comment(s) so far

Richard wrote:

Perfect. Exactly what I was looking for. Thanks.

Post your comment

Comment