[HttpException (0x80072749): 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.
If the server is on the local machine, and if the before mentioned registry value does not
exist or is set to 0, then the state server connection string must use either 'localhost' or '127.0.0.1'
as the server name.] System.Web.SessionState.OutOfProcSessionStateStore.MakeRequest(StateProtocolVerb
verb, String id, StateProtocolExclusive exclusiveAccess, Int32 extraFlags, Int32 timeout,
Int32 lockCookie, Byte[] buf, Int32 cb, Int32 networkTimeout, SessionNDMakeRequestResults& results) +1582
System.Web.SessionState.OutOfProcSessionStateStore.DoGet(HttpContext context, String id,
StateProtocolExclusive exclusiveAccess, Boolean& locked, TimeSpan& lockAge, Object& lockId,
SessionStateActions& actionFlags) +171 System.Web.SessionState.OutOfProcSessionStateStore.
GetItemExclusive(HttpContext context, String id, Boolean& locked, TimeSpan& lockAge, Object& lockId,
SessionStateActions& actionFlags) +26 System.Web.SessionState.SessionStateModule.GetSessionStateItem() +72
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +472
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +90 ]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +161
|