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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top