You are modifying an ASP.NET Web application that uses session state. The Web
application is deployed to a Web farm. You have the following requirements: • Provide a
reliable failover mechanism for session state data. • Provide persistent storage of session
state data. You need to recommend a session state mode that meets the requirements.
What should you recommend?
A.
Use SQL Server mode with a clustered Microsoft SQL Server database instance.
B.
Use State Server mode.
C.
Use In-Process mode.
D.
Use SQL Server mode with a network load balanced Microsoft SQL Server database.