What is meant by role based security?
when we use this one
Answer Posted / vdk
We can use role based security while we use forms
authentication to authenticte users and roles are used to
authorize i.e grant or deny access to particular pages in
ur application depending upon the user role assigned to
them.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a 404 redirect?
How does viewstate work?
How to manage different kinds of sessions in ASP.NET?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain about asp.net caching?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is difference between ispostback and autopostback in asp net?
Where is asp.net view state stored?
What are the different properties of server control that exists?
Why do we need a web application session?
Which adapter should you use, if you want to get the data from an access database?
What are validators and list some validators of asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Give some salient points of difference between request processor and request dispatcher.