I cannot figure out why these users are not being removed from my aspnet_users table. I am calling the memebership.deleteuser("user", true) method. I have read around on some posts and I can't seem to find my problem. My application name is set the same for both my web.config and in the db. The problem is, it removes the user enough that they can't login and if I do a membership.getallusers then it returns what I would think it should. However, those entries are still in the table and I display users in another page based on selecting them from the users table so I need them removed completely. Does anyone know what I am doing wrong? Thanks