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 In-Process mode.
B.
Use SQL Server mode with a network load balanced Microsoft SQL Server database.
C.
Use State Server mode.
D.
Use SQL Server mode with a clustered Microsoft SQL Server database instance.