You are creating an ASP.NET application by using the .NET Framework 3.5.
You are designing the session-state storage management strategy for the application. The application supports a Web farm environment.
You need to implement the strategy by setting the storage method for the session-state of the application. You also need to ensure optimal performance of the application.
What should you do?
A.
Store the session-state values in SQL Server.
B.
Store the session-state values in the StateServer state provider.
C.
Store the session-state values in the memory of the ASP.NET worker process.
D.
Store the session-state values in an external file that is shared across the Web servers.