I have a situation where I need to serve different version of content to different readers.
Umbraco is being used to deliver the help content of a wpf application with: client a on version 1.1 and client b on version 1.2 of the application. In this scenario client a should only be able to view the content for version 1.1.
One option is to have a local version of umbraco with just the v1.1 content, but this seem like a huge deployment headache. A more sophisticated solution would involve a central umbraco installation and only serving v1.1 content to client a, and version 1.2 content to client b.
Serving different content versions
Hi,
I have a situation where I need to serve different version of content to different readers.
Umbraco is being used to deliver the help content of a wpf application with: client a on version 1.1 and client b on version 1.2 of the application. In this scenario client a should only be able to view the content for version 1.1.
One option is to have a local version of umbraco with just the v1.1 content, but this seem like a huge deployment headache. A more sophisticated solution would involve a central umbraco installation and only serving v1.1 content to client a, and version 1.2 content to client b.
Is this possible? Maybe by using segments???
Many thanks.
is working on a reply...