Give the steps to follow to share Session state information using a state server..

 Posted by Bharathi Cherukuri on 7/25/2012 | Category: ASP.NET Interview questions | Views: 19126 | Points: 40
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 

Comments or Responses

Login to post response