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. 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 deleteAllRelatedData is true, all user data that is stored in the user table is also deleted. But in my test I set