Message in Czech (Čeština)
Nelze provést požadavek stavu relace na serveru stavu relace. Připojovací řetězec (server='<var>X</var>', port='<var>Y</var>') byl vrácen instancí typu <var>Type Name</var> rozhraní IPartitionResolver. Zkontrolujte, zda je spuštěna služba ASP.NET State a zda je na klientu a serveru nastaven stejný port. Je-li server ve vzdáleném počítači, ověřte, zda přijímá vzdálené požadavky (zkontrolujte hodnotu klíče HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection). Je-li server v místním počítači a daná hodnota registru neexistuje nebo je nastavena na hodnotu 0, musí být v připojovacím řetězci jako název serveru použito „localhost“ nebo „127.0.0.1“.
Unlocalized message
Unable to make the session state request to the session state server. The connection string (server='<var>X</var>', port='<var>Y</var>') was returned by an instance of the IPartitionResolver type '<var>Type Name</var>'. 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.
Search by Google