Which NIC will framework application use?

  • Thread starter Thread starter Amil
  • Start date Start date
A

Amil

I have a computer with two NIC cards...on different subnets. When I fire up
a C# Framework application, how does it select which NIC to use for network
access?

Amil
 
Framework does not make the decision. It is the application (and ultimately,
the developer) that decides which NIC to use, should the app need to access
to network resources. The app itself may have to be configured to work in a
network environment, or it may use machine's Window's network settings. All
depends on how the app is designed.
 
Back
Top