nerdexam
GIAC

GSSP-.NET · Question #361

(Topic 3) 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 correct answer is D. mode="InProc". See the full explanation below for the reasoning.

Question

  • (Topic 3)

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

(31 responses)
  • A
    6% (2)
  • B
    13% (4)
  • C
    3% (1)
  • D
    77% (24)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice