Copied to clipboard

Flag this post as spam?

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


  • Spyros Spyriadis 46 posts 70 karma points
    Sep 19, 2011 @ 18:29
    Spyros Spyriadis
    0

    Deli service not found?!

    I am trying to create a new commercial package for umbraco using the Deli License example and everything seems to be working fine appart from the deli service URL :

    http://deli.umbraco.com/webservices/licensing.asmx

    Is this outdated from their example or am i doing something wrong?

     

  • Peter Gregory 408 posts 1614 karma points MVP 3x admin c-trib
    Sep 20, 2011 @ 07:51
    Peter Gregory
    0

    Hi there

    The problem is that the url is incorrect  This should be 

    http://our.umbraco.org/webservices/licensing.asmx

    I will make sure we ammend the example code.

    Sorry this should have been amended.  I will get this sorted asap.   In the meantime you should be able to just modify the url as stated above.

    Thanks

    Peter Gregory

     

     

  • Spyros Spyriadis 46 posts 70 karma points
    Sep 20, 2011 @ 08:29
    Spyros Spyriadis
    0

    Great!!! Thank you very much...

    One more question I have is how long is the trial period and if there is anything i should do to implement it other than use the Lisence.IsTrial()?

    Thanks,

    Spyros.

  • Richard Soeteman 4053 posts 12926 karma points MVP 2x
    Sep 20, 2011 @ 13:44
    Richard Soeteman
    0

    Hi,

    There is no time constraint on the trial so it never ends. The trial only works on localhost so it can be used on production servers. IsTrial is indeed the only method you need to use. If you derive from the provided base classes you get invalid license error handling for free.

    Two other tips make sure you obfuscate your code so it can't be read by a disassembler and makte the constants in your licensing class private fields so they get obfuscated as well.

    Hope this helps you,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft