There is Role Management feature in ASP.NET
It works on local development machine.
For our project we need customers admin to be able to create new users and manage their roles.
So, basically same what aspnet_regsql.exe does.
Question is
Should we develop our own pages and forms or use some ready made tool?
Thanks!
Sounds like you need the SqlRoleProvider.
You can also plug in your own custom Role Provider (and Membership Provider). See How to: Sample Role-Provider Implementation