Hum...typical limited response. So...does anyone know how a C# app would
select which NIC to use? For example, NOT USING SOCKETS, if one were to use
a simple web service url, how could a specific NIC be selected?

Amil

"Norman Yuan" <NotReal@NotReal.not> wrote in message
news:uA021OAMFHA.2748@TK2MSFTNGP09.phx.gbl...
> 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.
>
> "Amil" <AmilHanish@hotmail.com> wrote in message
> news:#CsSm3$LFHA.3336@TK2MSFTNGP09.phx.gbl...
> > 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
> >
> >
>
>