What is meant by role based security?
when we use this one
Answer Posted / mahesh kotekar
Role based security is used for applications which involves different user types with different access rights. This can be achieved in ASP.net with FORMS authentication and Membership Provider. It can be configured using ASP.NET Configuration. Where different roles are created by the application developer. Based on the different roles different access level can be maintained. Roles for example Admin,Supervisor,EventManager,Guest,User,ConfigManager etc.. can be created and access can be restricted depending on different roles in asp.net configuration settings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ispostback method in asp.net? Why do we use that?
Can I read the hard disk serial # of the client computer using asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is active web page?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is a 404 redirect?
What is the difference between CLICK and MOUSE DOWN Event ?
Can we use MSSql as backend in asp.net...if yes then How.?
Where web.config file is used?
What is %20 in a url?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Is a dll file an executable?
Define satellite assemblies.