Copied to clipboard

Flag this post as spam?

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


  • Tim 1193 posts 2655 karma points c-trib
    Jun 04, 2010 @ 17:37
    Tim
    0

    Getting a scheduled exe file to publish to an Umbraco installation

    Hi,

    Here's an interesting one, I need to write a scheduled task for a site to pull down xml, transform it, and publish it to a site. The built in scheduler in Umbraco isn't really sturdy enough for what I'm thinking of, ideally I'd like to have it as an EXE file that I can run using the windows task scheduling service.

    Is it possible, using the Umbraco API, to publish to an installation of Umbraco on the server from an external EXE file?

  • Jeff Grine 149 posts 189 karma points
    Jun 04, 2010 @ 17:58
    Jeff Grine
    0

    I've got a similar situation, and I don't think you can quite do what you suggested. Publishing has to happen from within the umbraco site. I wound up adding a web service to my umbraco installation and calling that from the scheduled exe.

    Here's a helpful post for that.

  • Tim 1193 posts 2655 karma points c-trib
    Jun 06, 2010 @ 10:35
    Tim
    0

    Thanks for the link!

    That's pretty much what I was leaning towards doing, good to see that I'm not miles off on my thinking!

    :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies