Microsoft
98-363 · Question #67
A web.config file contains the following code: <authorization> <deny users="?" /> </authorization> This section denies access to:
The correct answer is D. users whose browsers have JavaScript disabled. See the full explanation below for the reasoning.
Question
A web.config file contains the following code:
<authorization> <deny users="?" /> </authorization> This section denies access to:
Options
- Aanonymous users.
- Ball users.
- Cusers whose browsers have cookies disabled.
- Dusers whose browsers have JavaScript disabled.
How the community answered
(37 responses)- A16% (6)
- B3% (1)
- C8% (3)
- D73% (27)
Community Discussion
No community discussion yet for this question.