Which two actions should you perform?

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5. The application uses the Session object to store data. The application is currently deployed to a single server. You need to ensure that the application is available in the event of failure of any single server. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5. The application uses the Session object to store data. The application is currently deployed to a single server. You need to ensure that the application is available in the event of failure of any single server. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A.
Host the application in a Web farm environment.

B.
Host the application in a Web garden environment.

C.
Use the SQLServer mode to store the session state.

D.
Use the StateServer mode to store the session state.

E.
Use the Application object instead of the Session object to cache data.



Leave a Reply 0

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