MembershipUser not getting updated result from database
问题 I'm building a simple application where a user can edit their profile including adding/deleting a brand image. This seems to be working fine and is updating the database no problem, however when refreshing the page and retrieving the user details via Membership.GetUser() the result includes the old results and not those from the updated database. Here is my MembershipUser GetUser override: public override MembershipUser GetUser(string query, bool userIsOnline) { if (string.IsNullOrEmpty(query