Personalization
 
Introduction
 
ASP.NET 2.0 provides specific support for personalizing Web sites. The normal form of personalization is to record information about the user, and then to make that information available whenever the user logs on. The cookies are not the suitable way to approach persistent user data storage, as they are not accepted by all computers and also a smart user can alter them.
 
ASP.Net 2.0 personalization engine offered with this latest release can make an automatic relation among the end user and viewing the page and any data points stored for that user. The personalization properties that is stored on a server not on the client. This storage is per user basis.