I have created a extranet, an extra website as an sibling rootnode to the ordinary web. In the extranet I've made it possible to create some items that is displayed in the ordinary web.
So the items are not created in the Umbraco admin, it's created in a web interface, where I then use ContentService in the new API. It's an Umbraco version 6.15.
The extranet has pointed another domain name to it than the ordinary web. After saving with SaveAndPublish method I get the item list updated with cache and all in the extranet, but not in the ordinary web. In the ordinary web the cache doesn't change, it doesn't pick up the updated item list.
Update sibling rootnode cache
I have created a extranet, an extra website as an sibling rootnode to the ordinary web. In the extranet I've made it possible to create some items that is displayed in the ordinary web.
So the items are not created in the Umbraco admin, it's created in a web interface, where I then use ContentService in the new API. It's an Umbraco version 6.15.
The extranet has pointed another domain name to it than the ordinary web. After saving with SaveAndPublish method I get the item list updated with cache and all in the extranet, but not in the ordinary web. In the ordinary web the cache doesn't change, it doesn't pick up the updated item list.
My rootnodes:
Found a solution on this problem.
http://www.uconsult.dk/blog/editing-multiple-sites-with-different-hostnames-in-umbraco/
is working on a reply...