You need to ensure that the application can retrieve images from the database without blocking IIS worker process threads

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?

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?

A.
Create a synchronous HttpHandlerthat is registered in the <httpHandlers> section in the web.config file.

B.
Create an asynchronous HttpHandlerthat is registered in the <handlers> section undersystem.webServer
in the web.config file.

C.
Create a custom HttpModulethat is registered in the <httpModules> section inthe web.config file.

D.
Create an asynchronous HttpHandlerthat is registered in the <httpHandlers> section in the web.config file.



Leave a Reply 0

Your email address will not be published. Required fields are marked *