Microsoft
70-515 · Question #26
You are perfoming security testing on an existing asp.net web page. You notice that you are able to issue unauthorized postback requests to the page. You need to prevent unauthorized post back…
The correct answer is C. <%@Page EnableEventValidation =. See the full explanation below for the reasoning.
Question
You are perfoming security testing on an existing asp.net web page. You notice that you are able to issue unauthorized postback requests to the page. You need to prevent unauthorized post back requests. which page directive you use?
Options
- A<%@Page strict =
- B<%@Page enableViewStateMac =
- C<%@Page EnableEventValidation =
- D<%@Page Aspcompact =
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C71% (27)
- D18% (7)
Community Discussion
No community discussion yet for this question.