GSSP-NET · Question #187
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…
The correct answer is A. Web service handler (*.asmx) C. Generic Web handler (*.ashx) D. ASP.NET page handler (*.aspx) E. Trace handler (trace.axd). 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 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.
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
(40 responses)- A83% (33)
- B18% (7)
Community Discussion
No community discussion yet for this question.