Microsoft
98-363 · Question #92
Which of the following actions will you take to enable tracing for a Web application? Each correct answer represents a part of the solution. Choose all that apply.
The correct answer is B. Set the trace element's pageOutput attribute to true. C. Add a trace element as a child of the system.web element. D. Open the Web.config file. Create a new file in the root folder and copy the appropriate XML E. In the trace element, set the enabled attribute to true. See the full explanation below for the reasoning.
Question
Which of the following actions will you take to enable tracing for a Web application? Each correct answer represents a part of the solution. Choose all that apply.
Options
- AOpen the App.config file. Create a new file in the root folder and copy the appropriate XML
- BSet the trace element's pageOutput attribute to true.
- CAdd a trace element as a child of the system.web element.
- DOpen the Web.config file. Create a new file in the root folder and copy the appropriate XML
- EIn the trace element, set the enabled attribute to true.
How the community answered
(44 responses)- A25% (11)
- B75% (33)
Community Discussion
No community discussion yet for this question.