Microsoft Exam Questions

Which configuration should you recommend?

You are designing an ASP.NET Web Forms application. You expect the application to have
high traffic. You plan to use a Web farm to balance the application load across several Web
servers. You have the following requirements: Use round-robin load balancing. Do not use
persistent storage for session data. You need to ensure that your design meets the
requirements. Which configuration should you recommend?

A.
Use the InProc session state mode.

B.
Use the SQLServer session state mode.

C.
Use cookieless session state.

D.
Use the StateServer session state mode.