An ASP.NET Web application is deployed on a single Web server.
Web application state for client requests is stored in a Microsoft SQL Server 2008 database.
The Web application must meet the following requirements:
– Tolerate a Web server failure.
– Scale gracefully to accommodate a rapid load increase.
You need to recommend an approach for accommodating a load increase.
What should you recommend?
A.
Partition the data in tables across multiple servers.
B.
Transfer the Web application to a load-balanced Web farm.
C.
Upgrade the CPU, memory, and disk space of the existing Web server.
D.
Set up a Web garden for the deployed application on the existing Web server.