Microsoft
70-519 · Question #280
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…
The correct answer is A. Transfer the Web application to a load-balanced Web farm. See the full explanation below for the reasoning.
Question
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?
Options
- ATransfer the Web application to a load-balanced Web farm.
- BSet up a Web garden for the deployed application on the existing Web server.
- CPartition the data in tables across multiple servers.
- DUpgrade the CPU, memory, and disk space of the existing Web server.
How the community answered
(46 responses)- A83% (38)
- B2% (1)
- C9% (4)
- D7% (3)
Community Discussion
No community discussion yet for this question.