Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to find source for SqlProfileProvider.cs file
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01309118
Message ID:
01310482
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>The retrieving of the profiles info is done in my page that deals with all users info/roles >where it doesn't make sense. I'm not sure why no one really caught the problem before and >why the developers of this provider thought that we may want to update the last activity >date on the data retrieval (and also implemented this in SP as well). Sounds very strange >to me.

If you need to record the last activity date - that is, the last time a user hit any page on your site, how would you do it? Last activity basically implies every page hit.

Updating this everytime you retrieve a user's profile is pretty reasonable. If it was broken out into it's own method, you now require two hits to the database: onces to get the data, and the other to update the last activity date.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform