Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How CCW and RCW is working?

0 Answers  


What is jit activation?

0 Answers  


can we send inputs to visual basic projects through command line arguments

1 Answers   CTS,


Define reliability?

1 Answers  


Explain queued components?

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


What happens when we instantiate a COM component ?

2 Answers   DELL,


Optimization technique description ?

0 Answers   Digital GlobalSoft,


What are CCW and RCW?

9 Answers   Tech Mahindra,


Explain disadvantages of com components?

0 Answers  


How will you register com+ services?

3 Answers  


What are Interop Services?

0 Answers  


Categories