nerdexam
Microsoft

70-515 · Question #79

You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? (Each correct answer presents…

The correct answer is A. Set the Debug attribute of the compilation node of the web.config file to true. C. Select the ASP.NET debugger option in the project properties. See the full explanation below for the reasoning.

Question

You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Options

  • ASet the Debug attribute of the compilation node of the web.config file to true.
  • BAdd a DebuggerDisplay attribute to the code-behind file of the page that you want to debug.
  • CSelect the ASP.NET debugger option in the project properties.
  • DDefine the DEBUG constant in the project settings.

How the community answered

(58 responses)
  • A
    78% (45)
  • B
    16% (9)
  • D
    7% (4)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice