nerdexam
GIAC

GSSP-NET · Question #431

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You have recently finished development of an ASP.NET Web application…

The correct answer is C. <sessionState mode="SQLServer"/>. 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 have recently finished development of an ASP.NET Web application using the .NET Framework 3.5. You host the application on a Web farm that consists of three Web servers. You should configure the ASP.NET application for session state to GIAC GSSP-.NET Exam meet the following requirements:

  • Session state data should not be lost if a server fails.
  • Session state must be maintained across browser requests by the same

user. You are required to configure the Web.config file to meet these requirements. Which of the following configurations will you use?

Options

  • A<sessionState mode="Custom"/>
  • B<sessionState mode="InProc"/>
  • C<sessionState mode="SQLServer"/>
  • D<sessionState mode="StateServer"/>

How the community answered

(66 responses)
  • A
    6% (4)
  • B
    2% (1)
  • C
    83% (55)
  • D
    9% (6)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice