I am trying to setup umbraco site to point to multiple domain / port (css change / Template for each domain )
I have gone through many blog and followed the following steps , but I am not able to archived for above mention case. (I am using umbraco 4.7.0)
--> Have created two Document Type and respective Template as shown in image.
1) DTypeOne
2) DTypeTwo
And thereby created Content 1) Name > SiteCountOne , Document Type > DTypeOne , Template > DtypeOne
2) Name > SiteCountTwo , Document Type > DTypeTwo , Template > DtypeTwo
And have added two different port from IIS Site Binding to this umbraco site. (9083 ,9084) , And have set Manage hostname > localhost:9084
But when I try to call access site from typing URL http :// localhost:9084' it renders contain of " DtypeOne ". And not the contains of Template DtypeTwo
So for render for contains of DtypeOne when Call is made from port :9083 and render contains of DtypeTwo when call in made from port :9084. do I need to do any more setting or I have missed any step .?