GIAC
GSSP-NET · Question #161
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 correct answer is D. <sessionState mode="SQLServer" cookieless="false" sqlConnectionString="Integrated. GIAC GSSP-.NET Exam
Secure Deployment and Configuration for .NET Applications
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. 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" sqlConnectionString="Integrated
- D<sessionState mode="SQLServer" cookieless="false" sqlConnectionString="Integrated
How the community answered
(56 responses)- A11% (6)
- B7% (4)
- C4% (2)
- D79% (44)
Explanation
GIAC GSSP-.NET Exam
Topics
#SessionState#web farm#SQLServer session mode#ASP.NET AJAX
Community Discussion
No community discussion yet for this question.