How to configure on Windows 2003 server such that:-
- when I access my website on the server, it uses IP address A.A.A.A
- when my program runs it uses IP address B.B.B.B
Both A.A.A.A, B.B.B.B is configured on 2 different physical network interface on the server.
The reason for this is, my program is physically connected out from a particular network interface to reach another server. But I need the website to be using another network interface bacause that is where user will be accessing from.
Users <---> [Inf 1:Access website] MY SERVER [Inf 2:my prog to Svr A] <---> Server A
Thanks in advance.