nerdexam
Microsoft

98-363 · Question #12

You need to ensure that a page named 404.aspx is displayed for every 404 error on a Web site. What should you do?

The correct answer is D. Add a 404 item to the <customErrors> section of web.config. See the full explanation below for the reasoning.

Question

You need to ensure that a page named 404.aspx is displayed for every 404 error on a Web site. What should you do?

Options

  • ASet a session variable to monitor 404 error status.
  • BCreate a 404 error handler on the home page.
  • CCreate a 404 error handler on the master page.
  • DAdd a 404 item to the <customErrors> section of web.config.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    13% (4)
  • D
    77% (24)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice