Hello Bill,
Thanks for your response. I now share the following information with you:
1. Based on my experience and research, it is the remoting system that
ensures that the remote object is connected to the right channel when a
client attempts to connect to the object. We can only set the "priority"
property of each channel to indicate a order of channel being chosen.
Please refer to the following MSDN article on "Channel Rules":
Channels
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconchannels.asp?frame=true
2. To work around this problem, I suggest that you can register the
channels of same type in different application domains (because channels
are registered on a per-application-domain basis). If you want to select a
specific channel for a remote call, you can go to its corresponding
appdomain.
Please feel free to let me know if you have any problems.
Have a nice day!
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! --
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.