Scenario:
1 Windows server 2008R2 or 2012std on LAN behind gateway.
1 external IP (If there where 2 I could use that to separate the requests)
1 domain
If I would like to make 2 sub-sites on the IIS and then from the outside(WAN) make it possible to via "http://subsite1.server.com" access the index-page on sub-site1 with https on the IIS and then via "http://subsite2.server.com"
access the index-page on sub-site2 with https..
How do I manage this easiest?
//CrickaZ