posted on Friday, December 31, 2004 7:17 AM
by
Saravana
Implementing whidbey's membership management and profile management in ASP.NET 1.x applications.
Do you want to implement membership,role based authorization and profile management in asp.net v1.1 applications. You can use Microsoft ASP.NET v1.1 Membership Management Component Prototype(MMCP). MMCP contains classes that allow a developer to more easily authenticate users, authorize users, and store per-user property data in a user profile. You can download this component from this location.
This is the same functionality which is going to come in ASP.NET Whidbey. But there will be few changes in this functionality in whidbey, hence during migration to whidbey you need to do few changes.
To know more on this, read these blogs
1. Scott Watermasysk blog
2. Scott blog
3. Kent Sharket blog