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)- A9% (5)
- B7% (4)
- C2% (1)
- D83% (48)
Community Discussion
No community discussion yet for this question.