Manually delete users and profiles from ASP.NET Membership

Posted On // Leave a Comment
 -- The following sequence of sql commands will delete all users and their related data from membership database

  DELETE FROM aspnet_Profile

  DELETE FROM aspnet_UsersInRoles

  DELETE FROM aspnet_PersonalizationPerUser

  DELETE FROM dbo.aspnet_Membership

  DELETE FROM aspnet_users

0 comments:

Post a Comment