Activating IT Hit WebDAV Ajax Library

The activation of an ajax product depends on your license type. In all cases, you do NOT need the license file to activate Ajax products.

To download the non-trial version as well as to receive your License ID make sure to log-in to your account using the e-mail address specified during the purchase. 

Your account is created or updated automatically during the payment processing. If for any reason you have not received an e-mail with your account activation or you can not find your password just click the "Forgot password" link.

Note that IT Hit WebDAV Server samples for .NET and IT Hit WebDAV Server samples for Java as well as the code generated by WebDAV wizard for Visual Studio use the WebDAV Ajax Library trial version. It is NOT activated by the server license and will stop working as soon as the trial period expires. You need to activate IT Hit ajax products separately from activating the server.

Trial Version 

The trial is fully functional and does not have any limitations, however, it is time-limited. It will stop working as soon as your trial period expires.

Non-Trial Version

In case of a perpetual or subscription license, to activate the library set the License ID in JavaScript, before calling any library functions:

ITHit.WebDAV.Client.LicenseId = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX';

You can find your License ID in the product download area. The License ID is also specified in your license file generated during the purchase.

Note that starting from v5.20.5641.0 and later you do NOT need to replace the JavaScript file(s). Using the above code you can activate the trial version of the library. Note that periodical requests to IT Hit licensing servers will be made to verify the license.

Perpetual License

In the case of a perpetual license, you can also activate the library by replacing the JavaScript file(s) with the file(s) from the non-trial version. No license verification requests to IT Hit servers will be made in this case. You can download the non-trial version in the product download area

The product would NOT stop working after your support period expires. However new versions and updates are available for you within your support period only. To download the new versions you need to renew your license. You can find more in the Upgrading and Perpetual License Support Renewal article.

Subscription License

You can activate the subscription for the trial WebDAV Ajax Library version. You do NOT need to replace the JavaScript file(s).

The product will stop working as soon as your subscription expires. To continue using the product you need to renew your license. You can find more about subscription license in the Licensing FAQ.

 

See Also:

Next Article:

Opening Documents from a Web Page