Workaround One:
1. Open asp.net State service:
Select the Admin tool-> Service, locate the ASP.net state service, select Start after the point is opened, and set the startup type to Automatic.
2. Set the program configuration file:
When you open the web.config, you will see that one row is <sessionstate mode= "InProc" stateconnectionstring= "tcpip=127.0.0.1:42424" timeout= "20"/ If not, please add in the next line of <system.web>, then change the InProc to StateServer and save it.
Workaround:
If you follow the method one does not appear the following error: The solution is as follows
Error Description:
Unable to make is the session state request to the session state server. Please ensure this ASP.net state service are started and that the client and server ports are the same. If The server is in a remote machine, please ensure this it accepts remote requests by checking the value of Hkey_local_machi ne\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 are set to 0, then the state server Connect Ion string must use either ' localhost ' or ' 127.0.0.1 ' as the server name.
workaround
online search for half a day, find the relevant answer is that the asp.net State Service services are not open, But the server is already on the open AH! Because of the problem of anti-virus software, previously installed on another server McAfee, open Access Protection asp.net all the sites will be wrong, look at the server installed NOD32, is to turn all the features are turned on, turn off network monitoring (Imon), The verification code can display the
correctly.