Explain role-based security?

Answers were Sorted based on User's Feedback



Explain role-based security?..

Answer / swapna

In the role-based security model, access to parts of an
application are granted or denied based on the role to
which the callers belong.

A role defines which members of a Windows domain are
allowed to work with what components, methods, or interfaces

Is This Answer Correct ?    1 Yes 0 No

Explain role-based security?..

Answer / sushil kumar

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 NameAdministrators" / > < !-- Allow Administrators in domain. -- >
< deny users="*" / > < !-- Deny anyone else. -- >
< /authorization >

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

Explain how does you handle this com components developed in other programming languages in .net?

1 Answers  


Optimization technique description ?

1 Answers   Digital GlobalSoft,


Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


Why we learn the 8085? Because we are in 21 century so why we learn 8085?

1 Answers  


Is it true that COM objects no longer need to be registered on the server?

1 Answers  


How do you make a NET component talk to a COM component?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them?

1 Answers  


Disadvantages of com components?

3 Answers   Microsoft,


Define reliability?

1 Answers  


WHY WE LEARN THE 8085 ? BECAUSE WE R IN 21 CENTURI SO WHY WE LEARN 8085?

2 Answers  


Explain the use of contextutil class?

1 Answers  


Define availability?

1 Answers  


Categories