nerdexam
GIAC

GSSP-.NET · Question #252

(Topic 2) 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…

The correct answer is D. <sessionState mode="SQLServer" cookieless="false" sqlConnectionString="Integrated. See the full explanation below for the reasoning.

Question

  • (Topic 2)

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. 91. The application uses ASP.NET AJAX, and you need to deploy it in a Web farm environment. You are required to configure SessionState for the application. Which of the following code segments will you use to accomplish this task?

Options

  • A<sessionState mode="InProc" cookieless="UseDeviceProfile"/>
  • B<sessionState mode="InProc" cookieless="UseCookies"/>
  • C<sessionState mode="SQLServer" cookieless="UseUri"
  • D<sessionState mode="SQLServer" cookieless="false" sqlConnectionString="Integrated

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    6% (2)
  • D
    79% (26)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice