nerdexam
Microsoft

98-363 · Question #41

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application named Website1 using .NET Framework…

The correct answer is B. Navigate to the Trace.axd page on the Web application. See the full explanation below for the reasoning.

Question

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application named Website1 using .NET Framework 3.5. You enable tracing by editing the Web.config file of your application. You have written the following code in Web.config:

<configuration> <system.web> <trace enabled="true" pageOutput="true"> </system.web> </configuration> You want to view the entire log of your application. Which of the following actions will you perform to accomplish the task?

Options

  • ANavigate to the Trace.aspx page on the Web application.
  • BNavigate to the Trace.axd page on the Web application.
  • CNavigate to the Trace.html page on the Web application.
  • DNavigate to the Trace.asmx page on the Web application.

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    77% (17)
  • C
    5% (1)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice