I have a subdomain e.g.
https://xyz.example.com
In IIS I have a subdirectory under this domain on one server:
https://xyz.example.com/site1
I want to point the subdomain to another ip address on another server e.g.
https://xyx.example.com/site2
So basically I have two sites using the same subdomain but on different server. Is this possible and if so how do you configure it?