?
=?iso-8859-1?q?Nils Hedstr=f6m
Today my stateserver (running at the same computer at the web-server) suddenly
stopped responding (after 10 days working perfectly).
I did not see any entry in the eventlog indicating that the service stopped
responding.
This is the entry in web.config
---
<sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:42424"
cookieless="false"
timeout="20"/>
---
I am running .NET version 1.1.4322.573 (SP1) on a Windows Server 2003.
My logs show that the amount of free physical memory was quite normal (600
MB of 2 GB total) at the time when it stopped responding.
When users tried to access the site the got the same errormessage as if the
state-server was not started.
---
System.Web.HttpException
:
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.
--
Is this a common problem?
Can anyone give me an idea of what the problem was or any hints for where
to look for possible answers (like logfiles for example)?
/nisse (e-mail address removed)
stopped responding (after 10 days working perfectly).
I did not see any entry in the eventlog indicating that the service stopped
responding.
This is the entry in web.config
---
<sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:42424"
cookieless="false"
timeout="20"/>
---
I am running .NET version 1.1.4322.573 (SP1) on a Windows Server 2003.
My logs show that the amount of free physical memory was quite normal (600
MB of 2 GB total) at the time when it stopped responding.
When users tried to access the site the got the same errormessage as if the
state-server was not started.
---
System.Web.HttpException
:
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.
--
Is this a common problem?
Can anyone give me an idea of what the problem was or any hints for where
to look for possible answers (like logfiles for example)?
/nisse (e-mail address removed)