Question:You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. You use a state server named MyStateServer to enable session state for the application. The MyStateServer state server manages state for eight other Web applications. You discover that the Web application receives a high number of timeout errors. The SessionState element for the Web application is currently configured in the following manner.
<sessionState mode="StateServer"
stateConnectionString="tcpip=MyStateServer:42424" />
You need to reduce the number of timeout errors.
What should you do?
A
Set the regenerateExpiredSessionId to true.
B Add a non-default value for the timeout attribute.
C Add a non-default value for the stateNetworkTimeout attribute.
D Add a non-default value for the sqlCommandTimeout attribute.
+ AnswerB
+ Report