Role-based enabling/disabling of controls in asp.net
Currently i m working on a project where there are users with four roles who can access the same pages (there are plenty of pages with nearly 80-90 controls in each š ).
Currently i m working on a project where there are users with four roles who can access the same pages (there are plenty of pages with nearly 80-90 controls in each š ).
I am attempting to do something simple (I thought) ā securing my application using roles-based security using Active Directory groups in our Domain.
Iām new to User Roles Management. I was reading my Wrox Programming book on asp.net 3.5 user role managementā¦but it was hard to follow along, as I do not have a local server set up to test on (I doā¦butā¦thats a separate question), but rather currently test on a remote server (where the website is hosted, theres not enough hits where I can get away with testing on a live server).