Answers

Question and Answer:

  Home  MCSD.NET - 70-330 Exam

⟩ Suppose You aredeveloping an ASP.NET Web application that users in the accounting department will use toprocess payroll reports and view payroll reports. The application will use Integrated Windowsauthentication to authenticate all users. Because payroll data is confidential only users in theaccounting department will be granted access to the application. All employees in the accountingdepartment belong to a specific Active Directory group. However, users in the IT department canadd themselves to various Active Directory groups in order to troubleshoot resource accessproblems. These IT department users must not be granted access to the ASP.NET Webapplication. The following rules can be used to distinguish between users in the accountingdepartment and users in the IT department? All users in the accounting department are members of a group named CompanyAccounting.? Some users in the IT department are members of the CompanyAccounting group.All users in the IT department are members of a

A. <authorization>

<deny roles=?CompanyDomain Admin?/>

<allow roles=?CompanyAccounting?/>

<deny users=?*?/>

</authorization>

 266 views

More Questions for you: