Browse by Tags
All Tags »
Profile in ASP.NET 2.0 (
RSS)
Sorry, but there are no more tags available to filter with.
On Monday, October 3, 2005: I deleivered a 2 and a half hours session on the new Profile Object in ASP.NET 2.0. The feedback was great, I got like 9/9 evaluation :D Check the presentation and the demo code @ http://www.lebdev.net Regards
I would like to point out some of the similarities/differences bewteen both Session and Profile objects: Profile: 1- Profile object is scoped to a particular user: Each user of a web application automatically has his own profile. 2- Profile object is...
I was exploring today Profile and how to work with them. I notice something which I would like to share it with you. Suppose we have the following configuration section: < authentication mode ="Forms" /> < anonymousIdentification enabled ="true...