
#NEOROUTER 0X80072749 INSTALL#
The ASP.NET state service (Aspnet_state.exe) is not installed when you install the 32-bit version of ASP.NET 2.0 on a 64-bit computer You can see detailed information on the following link. In additiion, there is a known issue of installing ASP.NET state service with the 32-bit ASP.NET 2.0 on 64-bit computer. May try to reinstall ASP.NET 2.0 via exectuing the following commands:Ĭ:\WINDOWS\Microsoft.NET\Framework\v7\aspnet_regiis –u C:\WINDOWS\Microsoft.NET\Framework\v7\aspnet_regiis –i

#NEOROUTER 0X80072749 WINDOWS#
If you cannot find it in Windows Service, pleaes make sure you have installed ASP.NET properly, you The name of ASP.NET state service is “ ASP.NET State Service”. This is done from the Services section of your systems Control Panel If you are configured to use the StateServer service, then you need to change that service to start automatically. The StateService is not set to start by default because the default mode for session is in-process. (IExecutionStep step, Boolean& completedSynchronously) +155Īs for this issue, I suggest you could refer to the following links:Īnd you could try to use the solution which are contains in above links: BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +581 CreateUninitializedItem(HttpContext context, String id, Int32 timeout) +107 MakeRequest(StateProtocolVerb verb, String id, StateProtocolExclusive exclusiveAccess, Int32 extraFlags, Int32 timeout, Int32 lockCookie, Byte buf, Int32 cb, Int32 networkTimeout, SessionNDMakeRequestResults& results) +1835093

Information regarding the origin and location of the exception can be identified using the exception stack trace below. Source Error: An unhandled exception was generated during the execution of the current web request. 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. If the server is on the local machine, and if the before mentioned Remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. Please review the stack trace for more information about the error and where it originated in the code.Įxception Details: : Unable to make the session state request to the session state server. If the server is on the local machine, and if the before mentioned registry value does not exist or is set toĠ, then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.Īn unhandled exception occurred during the execution of the current web request. Remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. If the server is on a remote machine, please ensure that it accepts

Thanks Unable to make the session state request to the session state server. When I hit the "Start debugging" button, I get the following message. I am using Visual Studio 2005 and trying to get a web application to startup.
