hi, recently, i came to study asp.net 2.0, and met a problem like this.
the proflie property can let user briefly and conveniently to create personalization properties in actual use, which change the traditional
approach.but because of the personalization, profile property should set authorization and authentication configuration first. and when the
visitor do not login, asp.net has supplied a solution to resovle the situation, after simply setting the configuration <anonymousIdentification
enabled ="true"> , asp.net can record the personalization information for the anonymous visitor automatically. but what, i wonder to konw,
asp.net had done for us? how it can get the indentification of the visitor and make distinction between visitors,and what had
happened to make it possible?
Anonymous user is the one who is not logged in (so it wont bother for asp.net either its you or me, both are anonymous). When a user is not logged in and if the anonymousIdentification is set to true, the AnonymousUserTemplates will be shown as well as AnonymousProfile information. Profile will track individually only of those whose membership was created.
Thanks
thank you for your reply! best wish to you from the east!
Good Luck!
Thanks
-- mark the thread as resolved, if this post answers you!
0 comments:
Post a Comment