Question 121


4.4.2 Question

Multiple Choices

What do you need to do to use IntelliTrace from within Windows Azure? (Choose all that apply.)

  • A. Publish the solution from any version of Visual Studio Professional 2012 or higher.
  • B. Select the Enable IntelliTrace check box before publishing the solution.
  • C. Ensure that you made all configuration changes in the Web.config file that will turn on IntelliTrace.
  • D. Download and view the IntelliTrace logs through a web browser.
  • E. Download and view the IntelliTrace logs through Visual Studio Ultimate 2012.

Answer:

BE
Explanation
A. Incorrect: You can enable IntelliTrace only through Visual Studio Ultimate 2012 edition.
B. Correct: When publishing the projects, you can configure the process to deploy in debug mode with IntelliTrace enabled.
C. Incorrect: There are no Web.config changes required to run the system with Intel­liTrace turned on.
D. Incorrect: You cannot download and run the IntelliTrace logs through a web browser. Running them requires Visual Studio Ultimate 2012.
E. Correct: You can view the IntelliTrace logs through Visual Studio after download.