nerdexam
GIAC

GSSP-.NET · Question #165

GSSP-.NET Question #165: Real Exam Question with Answer & Explanation

The correct answer is D. <deny roles="Guest1" />. See the full explanation below for the reasoning.

Question

  • (Topic 2) John works as a Web Developer for ABC Inc. He develops an ASP.NET application, named MyApp1, using Visual Studio .NET. The application will be used in the Sales department to generate monthly reports. John wants to deploy the application on the company's intranet. The company uses Microsoft Windows authentication. John wants to deny access to all the members of the Guest1 role. Which of the following attributes will he use in the <authorization> element of the application's Web.config file to accomplish the task?

Options

  • A<deny="Guest1" />
  • B<deny users=Guest1("All") />
  • C<deny users="Guest1" />
  • D<deny roles="Guest1" />

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice