.Net remoting and multiple NICs (network adapter card)
<
channelref="tcp"port="4487"bindTo="197.118.137.8"><serverProviders>
<formatterref="soap"typeFilterLevel="Full" />
<formatterref="binary"typeFilterLevel="Full" />
</serverProviders>
</channel>
but what if you want to bind to all of the NICs in your computer, I tried with multiple channel section in the configuration file but there was run-time error with this message "The channel 'tcp' is already registered."
Is there any solution for that?

