The Artima Developer Community
Sponsored Link

.NET Buzz Forum
ASP.NET 1.1 Membership / Roles / User Profiles

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mark Harrison

Posts: 3775
Nickname: mharrison
Registered: Dec, 2003

Mark Harrison is Microsoft UK Systems Engineer focussing on .NET eBiz and Portals
ASP.NET 1.1 Membership / Roles / User Profiles Posted: Dec 11, 2004 1:42 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Mark Harrison.
Original Post: ASP.NET 1.1 Membership / Roles / User Profiles
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Mark Harrison
Latest Posts From Mark Harrison

Advertisement
We have started to look at adding Membership, Roles and User Profiling functionality to MCMS.Rapid. For example, it would be cool to drive navigation and filter lists of postings based on the users preferences, and also to pre-fill certain fields in eForms.

One of the very useful things about the next version of ASP.NET (v2.0 Whidbey) is that it provides Membership, Roles and User Profiling ... so what do we use today ? Some great news is that my colleagues have today released this functionality for ASP.NET 1.1.

The Microsoft ASP.NET v1.1 Membership Management Component Prototype contains classes that allow a developer to more easily authenticate users, authorize users, and store per-user property data in a user profile. The authentication feature validates and stores user credentials which a developer can use to manage user authentication on a web site. The authorization feature lets you treat groups of users as a unit by assigning users to roles such as manager, sales, member, and so on. Combined with ASP.NET's built-in authorization functionality, Windows Shared Hosting developers have end-to-end support for maintaining user-to-role mappings and authorizing users based on this information. The profile feature enables you to provide users of your Web site with a custom experience. By defining and using profile properties, you can track any custom information your application requires, including user information and user preferences.

The functionality provided by this component is a preliminary version of the Membership, Roles, and Profile functionality coming in ASP.NET 2.0 and will change in the final release of ASP.NET 2.0. This means that any ASP.NET v1.1 applications you develop using this component will need to be updated when you migrate to the final release of ASP.NET 2.0. This is also a non Microsoft supported component.

Read: ASP.NET 1.1 Membership / Roles / User Profiles

Topic: Open searches from the Firefox search bar in a new tab Previous Topic   Next Topic Topic: Branding a SharePoint Portal Server 2003 Site

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use