B
B.E.S.
Moving to a new development machine. Am getting the following message when
trying to run applications that require the state server:
--------8<--------------
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.
--------8<--------------
The state server setting in web.config is set to the default
(127.0.0.1:42424). The service is running.
The event log contains this info:
--------8<--------------
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1074
Date: 2/22/2007
Time: 4:55:35 PM
User: N/A
Computer: VGE030
Description:
An error occurred in while processing a request in state server. Major
callstack: ProcessCompletion-->ProcessReading. Error code: 0x80070057
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------8<--------------
I've spent some time searching this out, but the few people who've gotten
this error (event ID 1074) never seem to get a resolution.
What is causing the problem and what can I do to fix it?
Thanks,
Bryan
trying to run applications that require the state server:
--------8<--------------
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.
--------8<--------------
The state server setting in web.config is set to the default
(127.0.0.1:42424). The service is running.
The event log contains this info:
--------8<--------------
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1074
Date: 2/22/2007
Time: 4:55:35 PM
User: N/A
Computer: VGE030
Description:
An error occurred in while processing a request in state server. Major
callstack: ProcessCompletion-->ProcessReading. Error code: 0x80070057
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------8<--------------
I've spent some time searching this out, but the few people who've gotten
this error (event ID 1074) never seem to get a resolution.
What is causing the problem and what can I do to fix it?
Thanks,
Bryan