IIS with multiple sites and DNS -


our current setup @ work following

dev environment : 10.200.10.10:500 test environment : 10.200.10.10:501 build environment : 10.200.10.10:502 

so on our dev system, have go "10.200.10.10:500"

i've got dns records added internally can access our site through "sitedev.company.com" resolves "10.200.10.10"

e.g

sitedev.company.com   >   10.200.10.10 sitetest.company.com   >  10.200.10.10 sitebuild.company.com   >  10.200.10.10 

what can't work out how can these resolve our existing sites without using ports

it understanding providing header record ("sitedev.company.com" / "sitetest.company.com" ), ip or port unique should able differentiate , redirect correctly route traffic hitting 10.200.10.10 correct site.

what recommended way go on iis 8.5? doesn't seem let me have more 1 site who's bindings on same ip , port when host names different (seems happen when on https strange).

thanks


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -