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
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can you send an email message from an asp.net web page?
Describe the Server Control Events of ASP.NET?
Define repository pattern in asp.net mvc? : asp.net mvc
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is data reader in asp.net?
What is form submit?
How could you modify xaml content from javascript?
How do cookies work?
Explain server control extensibility with reference to asp.net 2.0 ?
What does ascx stand for?
What is gridview in asp.net?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is the file through which you can customize your asp.net application?
Why session is necessary in web application?