I've built a few ASP.NET sites that all use Users/Roles membership providers. These are working great, however for advanced user management tasks i have to go into the VS IDE and open the "Web Site Administration tool"
My question is, does anyone know of a template or set of prebuilt aspx pages out there that i can publish to a secure folder on my ASP.NET that allows me to manage all users from in that site.
I need the basic functions such as - Add new users - Reset Passwords - Unlock Accounts - Delete users
I know how to build this functionality myself but i was hoping it's already out there so i can save some time.