I have something odd happening in my WebApp - when I change a user's IsApproved status to 0 in the ASPNETSecurity.dbo.aspnet_Membership table, sometimes the user disappears from the table all together. This doesn't happen every time, just once in a while.
Has anyone ever seen this happen or know what the cause could be?
Thanks and I hope I'm in the right forum for this question. Thanks.
Loading
rulec444Posted Jun 12, 2009, 10:38 AM
Actually, this issue has been resolved. It had nothing to do with the IsApproved flag, it had to due with the duplicate user logic. It was incorrectly matching a new user to an existing user, then deleting the existing user!
Puran KaushalPosted Jun 12, 2009, 8:33 AM
Regards
Puran Kaushal