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 Web Server Control Templates.?
Give 2 examples for scenarios when routing is not applied?
Is razor a programming language?
What is the meaning of TestApi?
What is the difference between trace and debug in asp.net?
What does mean by a neutral culture?
What is different authentication mechanisms used in ASP.NET?
where can i gather the materials for MCP certification
Explain file-based dependency and key-based dependency.
Explain the disadvantages of viewstate?
Can you explain the importance of finalize method in .net?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is the sequence in which ASP.NET events are processed?
What are the session variables?
What are session state modes in asp.net?