What is role-based security?



What is role-based security?..

Answer / swapna

Role Based Security lets you identify groups of users to
allow or deny based on their role in the organization.In
Windows NT and Windows XP, roles map to names used to
identify user groups.

Windows defines several built-in groups, including
Administrators, Users, and Guests.To allow or deny access
to certain groups of users, add the <ROLES>element to the
authorization list in your Web application's Web.config
file.e.g.

<AUTHORIZATION>< authorization >
< allow roles="Domain Name\Administrators" / > < !--
Allow Administrators in domain. -- >
< deny users="*" / > < !--
Deny anyone else. -- >
< /authorization >

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Why is an object pool required?

0 Answers  


The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


Why do we need a web application session?

0 Answers  


What are directives in asp.net? List down all the important directives.

0 Answers  


Which validator control you use if you need to make sure the values in two different controls matched?

0 Answers  






Explain about Multi-Language integration?

0 Answers  


Where would you use an ihttpmodule, and what are the limitations of any?

0 Answers  


what is impersonation in ASP.NET?

7 Answers   Accenture, Merrill Lynch, Wipro,


How does cookies work in asp net?

0 Answers  


Name the two properties are on every validation control?

0 Answers  


What is difference between inproc and outproc?

0 Answers  


Can a .net web application consume java web service?

0 Answers  


Categories