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

What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


What is the appSettings Section in the web.config file?

0 Answers   MindCracker,


Is viewstate enabled by default?

0 Answers  


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  






Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  


In which event of the page viewstate is available?

0 Answers  


Is asp.net easy to learn?

0 Answers  


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,


Can more than one person use the same login?

0 Answers   MCN Solutions,


In the Repeater control which way you can edit?

0 Answers   Siebel,


Rate yourself in .net and sql database?

1 Answers   BrickRed, Infosys, Satyam, SP Software,


Categories