Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
What You’ll Learn in This Hour: |
The ASP.NET profile object can be used to store profile information for both authenticated and anonymous users. You can use it to store a user’s profile information for subsequent visits to the web application. Both authentication and profile services are part of the ASP.NET Ajax Extensions Library. These are available as classes named Sys.Services.AuthenticationService and Sys.Services.ProfileService in the ASP.NET Ajax Extensions Library. We discussed how we can use the authentication service in the previous hour.