Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We were using InProc State Mode in ASP.NET 1.1 in web farm, so it fails. So, we are using State Server approach for the state management.
In that approach, we are using Batch Server as the state server. The following neccessary changes have been made in Batch Server.

AllowRemoteConnection is set to 1.
Port number is 42424(decimal), mentioned the same in web.config in the web servers.
State Service is run and mode is set to Automatic.

But, it is not working. So, we have made one of the web servers as state server, it worked perfectly.

So, we thought that there are some hot fixes missed out in the batch server, which are present in the web server. So, we have applied all those missing hot fixes, but, still it is not working.

It is giving the following error message.

Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection.

Can anyone help me to resolve this?

If we cannot make the Batch Server as State Server, then can we make one of the Web Server as State Server? What are the pros and cons for that?

Thanks in advance,
Debopriyo.
Posted
Updated 7-Dec-09 2:31am
v2

1 solution

same issues happened me..have u solved this issue?..how..?..please give me feed back
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900