Membership.DeleteUser is not deleting all related rows of the user
问题 Membership.DeleteUser() manages to delete the userprofile of the user I am deleting. Why does it not also delete it's information stored in webpages_membership . I am not using roles at this point in time so keep that in mind for your answers. 回答1: I ran a test and verified that SimpleMembershipProvider.DeleteUser does not work as advertised. According to the documentation: This method deletes the entry in the membership account table (by default, webpages_Membership ). If