nerdexam
Microsoft

70-515 · Question #102

You are perfoming security testing on an existing asp.net web page. You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back…

The correct answer is C. <%@Page EnableEventValidation = "true" %>. 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 unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?

Options

  • A<%@Page strict = "true" %>
  • B<%@Page enableViewStateMac = "true" %>
  • C<%@Page EnableEventValidation = "true" %>
  • D<%@Page Aspcompact = "true" %>

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    9% (3)
  • C
    75% (24)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice