How to delete users that were created with UserManager.CreateAsync
问题 Using asp.net mvc5, my user management systems seems to work. I can login with google or with name/password.. but now I am working on a user management interface in which I need to be able to delete existing users. And this is starting to expose to me just how confusing the user management system is. There's so many different ways to deal with users.. and some of them don't work. Most everywhere I read, it is talking about using the Membership.DeleteUser(). But that isn't working... The users