Copied to clipboard

Flag this post as spam?

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


  • David 10 posts 30 karma points
    Nov 17, 2014 @ 22:08
    David
    0

    Umbraco API access options

    I've followed the developer videos at Umbraco.TV  All the examples revolve around augmenting a project that contains the entire Umbraco framework.  I want to access an existing Umbraco installation from a different project installed on the same server.

    Are there any tutorials showing how I can reference the Umbraco.Core dll then instantiate that using the URL of an existing Umbraco installation?

    An alternative is to create a bunch of web API services inside my Umbraco installation then access those from the other project - I think I know enough to do this already but using the method above might be simpler.

    The key point is to end up with many projects all accessing the same Umbraco installation.

    I know I can have as many Umbraco installations as I want all with the same connection string but that's overkill - I want to know what the "lightest" configuration is to create and get Umbraco content.  If the web API route is the best bet from architectural and security perspectives then that's fine.

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Nov 18, 2014 @ 08:57
    Dave Woestenborghs
    0

    I would prefer the API solution. If you use a API also non .NET applications can access your data.

     

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft