I have an IIS Server that is multi-homed, i.e. two IP addresses, bound to two different web sites. I just set up the second web site with a test page for now. Everything works as expected, i.e. can access outside the corporate firewall via dns records, can leverage off of Wild card SSL Certificate.
I'm already using web deploy with the first site, set up via "Configure Web Deploy Publishing", URL for publishing is, https://{local server name snipped}:8172/msdeploy.axd. Have no issue deploying from Visual Studio to that URL. Works perfect. Problem now is how do I deploy to second site? The Configure dialog for second site comes up with the same URL for publishing, and my mind says I need to use a different URL or a different port that differentiates site 2 from site 1 but, a quick google search says I can't change the web deploy port to anything else.
How to overcome this?