.Net remoting and multiple NICs (network adapter card)

If you have more than one NIC in your machine and have a .Net remoting server application then you should use the bindTo property to select the desired NIC and the config file looks like this:

<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?

[2587 byte] By [Bijan] at [2008-2-2]
# 1

I solved the problem by creating multiple application domains.

Bijan at 2007-9-8 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...

.NET Development

Site Classified