Bit of a noob question, but in IIS, can I create a binding for a site (e.g. abc.domain.com) with an IP address that isn't the server's IP?
E.g. server IP 192.168.3.4 Binding abc.test.com - IP 192.168.3.5
Is this a valid config?
Thanks!
Bit of a noob question, but in IIS, can I create a binding for a site (e.g. abc.domain.com) with an IP address that isn't the server's IP?
E.g. server IP 192.168.3.4 Binding abc.test.com - IP 192.168.3.5
Is this a valid config?
Thanks!
No, this is not possible. If you are needing to bind to another IP, add another NIC or add a secondary IP to the current NIC. Then you could bind to the second IP. If there is more to what you are trying to accomplish, please revise your question to include the end goal.