.NET remoting using IPC channel ?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi , I am having a problem runing .NET remoting when I use IPC channel , if I use same code and change channel to TCP in my configuration file then it runs fine, And my problem is under IPC channel , i cant connect simultaneously my two clients to remoting server , but if I change channel to TCP , it works fine with 2 or more channels ? Can I user ports with IPC chanle for my multiple clients ? Thanks, ZINK