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?