Can I ran 2 or more Tcp Sever applications on one computer?

Posted by Samvel Siradeghyan on Stack Overflow See other posts from Stack Overflow or by Samvel Siradeghyan
Published on 2010-04-18T10:38:33Z Indexed on 2010/04/18 10:43 UTC
Read the original article Hit count: 462

Hi all.
I have a client-server Silverlight application, which is use Socets. I have server appliaction on may computer(Win Form application) and client applucation as web site(Silverlight application). I use policy server which open port 943.
Everything works fine on this application.
But now I need to write another client-server application. Server for that application olso use port 943 for policy connection. When I try to run this 2 server applications on the same compyeter an excepten is thrown which says that only one application can work on port 943.
How can I solve this problem?
Thanks.

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about sockets