Can I ran 2 or more Tcp Sever applications on one computer?
- by Samvel Siradeghyan
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.