How to obtain a list of Users from ASP.NET Identity?
问题 Edit: This question is outdated The Identity Framework was a moving target at the moment I asked this. The authors changed quite a few things and they have decoupled several others, making everything easier. Have a look at the Asp.NET Identity Sample project on github. I'm creating a small application that requires user management. Registration is not allowed, instead there is a super user that will create and modify login information. I'm using the new ASP.NET Identity membership system, and