nerdexam
Microsoft

98-363 · Question #33

You need to ensure that a Web application meets the following requirements: - Only authenticated users may access the application. - All unauthorized users are redirected back to the logon page…

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

Question

You need to ensure that a Web application meets the following requirements:

  • Only authenticated users may access the application.
  • All unauthorized users are redirected back to the logon page.

Which syntax should you use in the <authorization> section of web.config?

Options

  • A<allow users="*" />
  • B<deny users="*" />
  • C<allow users="*" />
  • D<deny users="?" />

How the community answered

(58 responses)
  • A
    9% (5)
  • B
    7% (4)
  • C
    2% (1)
  • D
    83% (48)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice