nerdexam
GIAC

GSSP-.NET · Question #231

(Topic 2) Sam works as a Software Developer for GenTech Inc. He creates a .NET remote object, named Object1. Object1 holds a Hashtable object, or the name and value pairs. Seven client applications…

The correct answer is A. Web service handler (*.asmx). You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application is used to map HTTP requests to HTTP handlers based on a file name…

Database & Application Auditing

Question

  • (Topic 2)

Sam works as a Software Developer for GenTech Inc. He creates a .NET remote object, named Object1. Object1 holds a Hashtable object, or the name and value pairs. Seven client applications use Object1 to get and set property values. Sam wants to ensure that the properties set by one of the client applications can be accessed by all the applications using Object1. Choose the appropriate actions he will take to accomplish this. A.

Options

  • AWeb service handler (*.asmx)
  • BGeneric handler (*.ashx)
  • CGeneric Web handler (*.ashx)
  • DASP.NET page handler (*.aspx)
  • ETrace handler (trace.axd)

How the community answered

(31 responses)
  • A
    81% (25)
  • B
    6% (2)
  • C
    10% (3)
  • E
    3% (1)

Explanation

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application is used to map HTTP requests to HTTP handlers based on a file name extension. You need to ensure that each HTTP handler processes individual HTTP URLs or groups of URL extensions in the application. Which of the following built-in HTTP handlers will you use to accomplish this task? Each correct answer represents a part of the solution. Choose all that apply.

Topics

#.NET remoting#singleton object#distributed objects#shared state

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice