nerdexam
GIAC

GSSP-NET · Question #489

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5…

The correct answer is D. Create and register a custom HttpModule. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. You need to implement a system to monitor Service Level Agreement (SLA) compliance in the application. You are required to make a method to enable precise calculation of the time taken by all requests to process. What will you do to accomplish this?

Options

  • AImplement a Timer component in the application. Calculate the elapsed time between the
  • BImplement a base Web form for all the Web forms in the application. Calculate the elapsed
  • CCreate and register a custom HttpHandler.
  • DCreate and register a custom HttpModule.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    13% (3)
  • D
    79% (19)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice