I am very new to ASP.Net. I want ot create a control panel for user management in my website so that the administrators for a company/ Group can create users under them to access the website
my web application is more like a B2B application but it has to be such that certain customers would want a customized sections within their application so these customers would have a seperate area withing there application to create users and assign roles. Every company will have set of users who will be using the application, these users will be managed by an administrator. When the admisnistrator creates users he should get roles only for that customer and not all the roles available. Is such a solution possible using ASP.Net Membership and Roles Would Appreiciate a quick reply as this is a bit urgent.