Users with duplicate logins in ASP.Net's Sql MembershipProvider -
we have asp.net (well, wcf) application uses sqlmembershipprovider authenticate users. log in using username , password.
however, i'd group these users customer, every customer can have own "admin" or "demo" user. consequently, they'd log in using customer id, username, , password.
i have not found decent way membershipprovider yet. have missed something?
thanks!
you trying go beyond functionality offered standard asp.net membership provider. doesn't have capabilities. asp.net membership , role system extremely simple.
one option use active directory (possible active directory application mode keep things separate , avoid licensing). in ad have more possibilities group users different containers , delegate control on users in specific container "admin" user.
Comments
Post a Comment