nerdexam
Microsoft

70-515 · Question #105

You are developing an ASP.NET web application that you will deploy to an Internet Information Services (IIS) 7.0 server. The application will run in Integrated pipeline mode. The application…

The correct answer is B. Create an asynchronous HttpHandler that is registered in the <handlers> section under. See the full explanation below for the reasoning.

Question

You are developing an ASP.NET web application that you will deploy to an Internet Information Services (IIS) 7.0 server. The application will run in Integrated pipeline mode. The application contains a phot gallery of images that are stored in a Microsoft SQL Server database. You need to ensure that the application can retrieve images from the database without blocking IIS worker process threads. What should you do?

Options

  • ACreate a synchronous HttpHandler that is registered in the <httpHandlers> section in the
  • BCreate an asynchronous HttpHandler that is registered in the <handlers> section under
  • CCreate a custom HttpModule that is registered in the <httpModules> section in the
  • DCreate an asynchronous HttpHandler that is registered in the <httpHandlers> section in the

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    75% (27)
  • C
    14% (5)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice