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.
I have a client-server Silverlight application, which is use Socets. I have server appliaction
Share
The only thing you need to do is to write separate policy server application and run it before your main server application.