GIAC
GSSP-NET · Question #295
John works as a Web Developer for CyberNet Inc. He develops an ASP.NET application, named MyApp1, using Visual Studio .NET. The application will be used for online-shopping. He deploys the…
The correct answer is D. mode="InProc". See the full explanation below for the reasoning.
Question
John works as a Web Developer for CyberNet Inc. He develops an ASP.NET application, named MyApp1, using Visual Studio .NET. The application will be used for online-shopping. He deploys the application on the company's Web server. The application receives millions of hits daily. In order to improve the performance of the application, John decides to use the in-process state management feature of ASP.NET for storing the session state information. Which of the following attributes will John use in the <sessionState> element of the application's Web.config file to accomplish the task?
Options
- Amode="InProcess"
- BsessionMode="InProc"
- CsessionMode="InProcess"
- Dmode="InProc"
How the community answered
(35 responses)- A3% (1)
- B14% (5)
- C9% (3)
- D74% (26)
Community Discussion
No community discussion yet for this question.