Answer:
Below are the steps to follow to share Session state information using a state server:
1) You have to set the sessionState element’s mode and stateConnectionString attributes in the Web application’s Web.config file.
2) In the second step, you have to run the aspnet_state.exe utility on the Session state server.
This aspnet_state.exe utility is installed in the \WINDOWS\Microsoft.NET \Framework\version folder when you install Visual Studio .NET Professional or Visual Studio .NET Enterprise Architect editions.
Asked In: Many Interviews |
Alert Moderator