iis 7 - IIS7: Separate IP Addresses Vs Same IP Address with Separate Ports -


i setting multiple sites on iis7.

what pros , cons of: setting sites on same ip address different ports versus setting sites on different ip addresses.

also,what implications ssl certificates(any other aspects may know of) between above 2 approaches?

first, each site uses ssl, must bound ip address. ssl sites can segmented ip (and port) , cannot segmented host name.

the implication segmenting host if given site goes down (literally stopped) , if there site listening on ip, "choose" site. so, effect user goes site , sees stuff site b. if sites segment on host, isn't problem.

for public sites assume 80 , 443 http , https, can segment on ip or host. users not expecting navigate on different port , need open special ports on hosting system's firewall allow requests on ports.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -