[Previous] [TOC]

Tutorial 12 Quick Reference


To

Do This

Define personalization profile settings

Use the <profile> element in Web.Config. Define name/type pairs to create the profiles schema

Access the profile properties

Profile properties are available through the page and through the current HttpContext

Track the profiles with cookies

Enable anonymousIdentification in Web.Config


[Previous] [TOC]