State Server

A

Andrew Polo

I'm trying to establish connection between my web service and state server to save session state. But I've got exception saying that server is probably not running or ....(etc).
Server is running, port is the same as in web.config so in system registry according to the state server port variable (42424). Application is running on the same machine as the state server. State server started with default credentials (network).
Tell me, please, what's wrong with my web service

From http://developmentnow.com/g/8_0_0_0_0_0/dotnet-framework-aspnet.ht

Posted via DevelopmentNow.com Group
http://www.developmentnow.com
 
A

Alvin Bruney - ASP.NET MVP

I've found state server to be pretty reliable. Have you tried stopping and
restarting the service. How about examining the event log for error
messages?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Andrew Polo said:
I'm trying to establish connection between my web service and state server
to save session state. But I've got exception saying that server is probably
not running or ....(etc).
Server is running, port is the same as in web.config so in system registry
according to the state server port variable (42424). Application is running
on the same machine as the state server. State server started with default
credentials (network).
 
A

Andrew Polo

I didn't find anything in sytem (or application) log related to my problem. And, of course, I've restarted service mutiple times (changing credentials as well) :). But all my activities didn't bring me any positiv result. :-(. At the same time a person from another computer used State Server from my PC without any problems (?????). I feel that something wrong with my PC (or application) config, but without more detailed error description I can't solve it

From http://developmentnow.com/g/8_2005_11_0_0_633347/State-Server.ht

Posted via DevelopmentNow.com Group
http://www.developmentnow.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top