Lab 1: Implementing User Management and Authentication

Using Commerce Server 2002 and the .NET development environment, you can customize user profiles to include user properties that meet your business needs. Using Visual Studio .NET, you can customize user profiles and map them to your Web applications for content personalization. For example, you can personalize your Web site based upon common characteristics (custom attributes) of your users, such as, age, gender, country, language, and so forth.

To add custom attributes you do the following:

  1. Allocate space within Microsoft SQL Server to store the custom attributes.

  2. Extend the user profile by adding data members.

  3. Create a new profile property for each new data member.

  4. Create the new site terms custom attributes.

  5. Link site terms to the User Object in the Profiles database.

    Ee810314.note(en-US,CS.20).gifNote

  • If you are using a string data type for your custom field then you do not have to perform steps 4 and 5.

In this lab you will learn how to create custom user profile attributes, extend user profiles using Visual Studio .NET, add registered users in the Commerce Server Users Profile Database, create pages for authentication, log off, and new user registration.

This section contains:

Copyright © 2005 Microsoft Corporation.
All rights reserved.