ASP.NET custom role management.

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-28T11:28:34Z Indexed on 2010/04/28 11:33 UTC
Read the original article Hit count: 231

Filed under:
|
|

Hi All

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!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET