That is an interesting idea, first thing that comes to mind however is why? Have you given thought to doing it the other way round and instead of pushing content to another site just move the other site into Umbraco and manage it all from one place? Just saying :-)
If for some reason that is not an option, if I were you I would look into Surface Controllers:
You will need to call these controllers from within code on your other site as you may run into a cross browser issue if you use JavaScript. You may also run into speed issues retrieving the content.
Integrate with Umbraco from another ASP.net Website
I have a website and would like to get contents from Umbraco (setup as another site) what is the best approach to do this?
I would like the users to use Umbraco to create contents (news, articles, etc...) and then have my main website get those contents and display them
Thanks,
That is an interesting idea, first thing that comes to mind however is why? Have you given thought to doing it the other way round and instead of pushing content to another site just move the other site into Umbraco and manage it all from one place? Just saying :-)
If for some reason that is not an option, if I were you I would look into Surface Controllers:
enter link description here
Another option could be the WebApi Controllers:
enter link description here
You will need to call these controllers from within code on your other site as you may run into a cross browser issue if you use JavaScript. You may also run into speed issues retrieving the content.
https://github.com/umbraco/UmbracoRestApi
is working on a reply...