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
Write code to send e-mail from an asp.net application?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is autopostback in dropdownlist in asp net?
What is a uri query?
What is the difference between GridView and Repeater controls in ASP.NET?
What are demand-paging and pre-paging?
What is the use of response redirect in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
What is the purpose of session management?
Explain diff. Between friend and protected friend?
Explain about the .NET framework?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is runat?
What is the difference between Session and response.Redirect?
How can you dynamically add user controls to a page?