Which of the following configurations will you use?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

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 meet the following requirements:

l Session state data should not be lost if a server fails.

l 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?
A . <sessionState mode="Custom"/>
B . <sessionState mode="InProc"/>
C . <sessionState mode="SQLServer"/>
D . <sessionState mode="StateServer"/>

Answer: C

Leave a Reply

Your email address will not be published.