Hi, Right now I am trying to create an application to using remoing to connect server and client. the server and client are not just in interal network, their may be in different location across the Internet. I also want to pass ADO recordset and objects between them, based on these, the http channel and tcp channel which one you think it is better choise.
In order to avoid network traffic, I am trying to create my aplication in a way of server and client use a static port to make connection, once the connection is opened, the sever throws a thread, creates a rendom port number for client, then client uses this port number to open a new connection, then to start really working with server with this new connection. In order to achive this, I think I need to be able to open mutiple connections on the server site, but, I always get error when I try to open and register second connection on the server, the error says the http channel is already registered. Do you think you can give me some hints what I did wrong, and How can I achieve this dynamic multconnections. Thanks You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.