I'm using SimpleMembershipProvider in and ASPNET MVC 4 applcation which uses WebApi, Entity Framework 5 and Code First. I did it following this post, which seeds the database and seems to work.
My question is: Is there any out of the box admin page to give or remove roles like admin from users? If not, any suggestion?
Thanks! Guillermo.