What is Asp.net personalization?
Hai ,
I want to know about asp.net personalization and how to implement this feature? can u suggest me an example or a tutorial demonstrating this concept. I th开发者_JAVA技巧ink its a very useful feature in asp.net. I hope to know more about it?
From the Article:
The simplest form of personalization is to record information about the user, and then to make that information available whenever the user logs on. This requires a kind of persistence that goes beyond session state; to create true personalization, you'll want to create a database that associates the saved information with a particular user, and that persists indefinitely.
http://ondotnet.com/pub/a/dotnet/2004/10/25/libertyonwhidbey.html
Check out this very comprehensive article series on ASP.NET's Membership, Roles, and Profile from 4GuysFromRolla.com. I use it as a reference for a lot of my work. Highly recommended.
精彩评论