Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony M 1 post 21 karma points
    Jul 16, 2015 @ 16:58
    Anthony M
    0

    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,

  • Jason 122 posts 637 karma points
    Jul 16, 2015 @ 18:15
    Jason
    0

    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.

  • Mike Chambers 636 posts 1253 karma points c-trib
    Jul 21, 2015 @ 22:52
Please Sign in or register to post replies

Write your reply to:

Draft