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

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -