Technical support This forum is closed.
Version 1.x > Technical support > API Access for Trial License View modes: 
User avatar
Member
Member
jaymcc - 8/2/2006 12:48:39 PM
   
API Access for Trial License
Hi

Have downloaded the CMS and very impressed with the functionality. Part of the solution I am testing will require a custom module to be built to do mass imports of new content records regularly. To do this I have built a custom web app, added the references as appropriate, however get an exception when I attempt to access the API as follows:

License key is in the wrong format

Have I screwed something up, or is this a limitation of the trial license?

Thanks

Jay

User avatar
Member
Member
jaymcc - 8/2/2006 12:53:35 PM
   
Re: API Access for Trial License
Sorry, i had the wrong message, it actually reads:

Your license key has wrong format.


Thanks

Jay

User avatar
Guest
admin - 8/3/2006 8:41:01 AM
   
Re: API Access for Trial License
Hi Jay,

if you want to use Kentico CMS in an external project, you need to include at least the following settings keys in your config file:

CMSConnectionString

CMSLicenseKey

CMSMetadataFolder

The trial version is fully functional and identical to the full version - it's only limited to http://localhost and to 30 days.

Best Regards,

User avatar
Member
Member
jaymcc - 8/14/2006 1:43:48 AM
   
Re: API Access for Trial License
That did the trick, thanks.

Jay