How do you update the aspnetdb membership IsApproved value?
- by Matt
I need to update existing users IsApproved status in the aspnet_Membership table. I have the code below that does not seem to be working. The user.IsApproved property is updated but it is not saving it to the database table. Are there any additional calls I need to make? Any suggestions? Thanks.
/// <summary>
/// Updates a users…