Microsoft
70-519 · Question #102
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 correct answer is D. Use the StateServer session state mode. See the full explanation below for the reasoning.
Question
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?
Options
- AUse cookieless session state.
- BUse the InProc session state mode.
- CUse the SQLServer session state mode.
- DUse the StateServer session state mode.
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C12% (3)
- D81% (21)
Community Discussion
No community discussion yet for this question.