GSSP-NET · Question #173
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The…
The correct answer is D. Use SQLServer Session Management mode to store session data in a common Microsoft. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application uses Session objects. You are changing the application to run on a Web farm. You want to make sure that the application can access the Session objects from all the servers in the Web farm. You also make sure that when any server in the Web farm restarts or stops responding, the Session objects are not lost. What will you do?
Options
- AUse InProc Session Management mode to store session data in the ASP.NET worker
- BUse StateServer Session Management mode to store session data in a common State
- CUse SQLServer Session Management mode to store session data in an individual
- DUse SQLServer Session Management mode to store session data in a common Microsoft
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C7% (2)
- D76% (22)
Community Discussion
No community discussion yet for this question.