how to publish in IIS if there is more than one Umbraco "Content"
Hi
I have one question here. Suppose in my Umbraco application , i have more than one content defined under "Content" section.
For example in my "Content" i have "DevelopmentHome", another is "TestHome" now i want to publish only "TestHome" Contenct on IIS. So when user browse the url then they can only see the testhome content.
Have you tried using the Cultures and Hostnames and binding a domain to the root nodes? Right click on the root node and set a domain in Cultures and Hostnames
It should be noted that any macros or razor logic you have that accesses data in the other sections will still show this content - it's not a security feature just routes the traffic so to speak.
how to publish in IIS if there is more than one Umbraco "Content"
Hi
I have one question here. Suppose in my Umbraco application , i have more than one content defined under "Content" section.
For example in my "Content" i have "DevelopmentHome", another is "TestHome" now i want to publish only "TestHome" Contenct on IIS. So when user browse the url then they can only see the testhome content.
Then how to achieve this ?
Thanks
Have you tried using the Cultures and Hostnames and binding a domain to the root nodes? Right click on the root node and set a domain in Cultures and Hostnames
It should be noted that any macros or razor logic you have that accesses data in the other sections will still show this content - it's not a security feature just routes the traffic so to speak.
is working on a reply...