You are designing a solution for sharing information among employees located in a main office and several branch offices.
The solution will consist of the following elements:
– An ASP.NET Web application that accesses and manipulates large amounts of data
– Web services used by the Web application for data access
– A Microsoft SQL Server database Data displayed to users is never more than one day old.
You need to plan a deployment strategy that minimizes bandwidth requirements.
Which deployment strategy should you recommend?
A.
Deploy the Web application, Web services, and database to the main office, and use browser caching.
B.
Deploy the Web application, Web services, and database to each branch office, and use SQL Server Replication.
C.
Deploy the Web services and database to the main office deploy the Web application to each branch office, and use output caching.
D.
Deploy the database to the main office.
Deploy the Web application and Web services to each branch office, and use caching at the Web service level.