Microsoft
70-573 · Question #241
You have a Web Part that causes an error. You need to ensure that you can view the trace history in the Trace.axd file. What should you configure in the web.config file?
The correct answer is A. In the <system.web> element, add the following line of code. MNEMONIC RULE: "Trace.axd = trace enabled="true"" trace Element (ASP.NET Settings Schema)
Developing SharePoint Solutions
Question
You have a Web Part that causes an error. You need to ensure that you can view the trace history in the Trace.axd file. What should you configure in the web.config file?
Options
- AIn the <system.web> element, add the following line of code.
- BIn the <SafeMode> element, configure the following attributes.
- CIn the <SafeMode> element, configure the following attributes.
- DIn the <system.web> element, configure the following element.
How the community answered
(53 responses)- A72% (38)
- B15% (8)
- C9% (5)
- D4% (2)
Explanation
MNEMONIC RULE: "Trace.axd = trace enabled="true"" trace Element (ASP.NET Settings Schema)
Topics
#tracing#Trace.axd#web.config#diagnostics
Community Discussion
No community discussion yet for this question.