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

How does the iis work?

0 Answers  


Differentiate session and cookie

1 Answers  


Is it possible to change the index of primary key on table?

0 Answers  


Is data edited in the Repeater control?

0 Answers   Siebel,


What is asp.net caching?

0 Answers  






What are the contents of cookie?

0 Answers  


Difference between ASP Session and ASP.NET Session?

2 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


What are the different types of validation controls in asp.net?

0 Answers  


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,


Categories