Profiles and existing database
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i am trying to implement Profile on my web app so that it is possible to have personalization in it. I learned that in order to make use of the Profile class, i will need to use the login controls provided in asp.net in order to secure the authenticated user in th HTTPContext.current so that the userprofile called when using Profile represents the logged in user. I already have my own authentication implemented and i hope not to change it. Is there any way i can retrieve a profile, and set it as the current profile without letter ASP setting it automatically in HTTPContext.current?