nerdexam
GIAC

GSSP-.NET · Question #299

(Topic 3) You work as a Software Developer for ABC Inc. You develop an application using Visual Studio .NET 2005. You want to print the contents of a document named MyFile1.doc located on the local…

The correct answer is A. Create an HttpHandler class to determine the request for the photo download. Process. 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…

Database & Application Auditing

Question

  • (Topic 3)

You work as a Software Developer for ABC Inc. You develop an application using Visual Studio .NET 2005. You want to print the contents of a document named MyFile1.doc located on the local computer. Therefore, you use the printing controls in the application. Which of the following events will you use in the application code to accomplish the task?

Options

  • ACreate an HttpHandler class to determine the request for the photo download. Process
  • BCreate an HttpModule class to determine the request for the photo download. Process
  • 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.

How the community answered

(37 responses)
  • A
    70% (26)
  • B
    16% (6)
  • C
    5% (2)
  • D
    8% (3)

Explanation

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 the photo according to the given format and size, and after that return the processed photo in the response. the photo according to the given format and size, and after that return the processed photo in the response.

Topics

#ASP.NET#HttpHandler#file processing#request pipeline

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice