nerdexam
GIAC

GSSP-NET · Question #320

GSSP-NET Question #320: Real Exam Question with Answer & Explanation

The correct answer is A. Create an HttpHandler class to determine the request for the photo download. Process the. 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. The application will be used to share any type of photos on Internet. All the photos should be accessible in various sizes and formats. You need to add a download feature that can be easily maintained. You also need to make sure that only a single version of all photos is stored on a SQL server database. What will you do?

Options

  • ACreate an HttpHandler class to determine the request for the photo download. Process the
  • BCreate an HttpModule class to determine the request for the photo download. Process the
  • CCreate an ActiveX control that converts the photo to the required format and size.
  • DCreate a user control that converts the photo to the required format and size.

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice