c# - ASP.NET custom role management -
there role management feature in asp.net works on local development machine.
for our project need customers admin able create new users , manage roles. so, same aspnet_regsql.exe does.
question should develop our own pages , forms or use ready made tool?
thanks!
sounds need sqlroleprovider.
you can plug in own custom role provider (and membership provider). see how to: sample role-provider implementation
Comments
Post a Comment