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

difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


Which is faster union or union all?

0 Answers  


Explain the difference between dataset and datareader.

0 Answers  


What is authentication in asp.net?

0 Answers  


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,






Clearly Explain the ispostback

6 Answers   TCS,


What are the main advantages of using asp.net?

0 Answers  


what is an Eventbubbling?

3 Answers   DSS,


Name the validation control available in asp.net ?

1 Answers  


What are the new features implemented in ASP.NET?

0 Answers   TCS,


What is difference between rest and soap?

0 Answers  


How many webforms are possible on a single webpage?

6 Answers  


Categories