.NET Server

Activating IT Hit WebDAV Server Engine for .NET

In this article

Activating IT Hit WebDAV Server Engine for .NET

To download the non-trial license 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. See the Activating IT Hit WebDAV Ajax Library article for activation instructions.

Note that when you purchase a paid license or request a new trial license the license used in your project is not updated automatically. You will need to manually set a new license.

If your project was generated using WebDAV wizards for Visual Studio the wizard will insert the license in appsettings.webdav.json file (for .NET Core projects) or hardcode in your project code (for .NET Framework projects). When you set a new license in WebDAV wizards in Visual Studio, the license set in your existing projects would NOT be updated automatically. You need to replace your license with a new license manually.

 

.NET Core Projects

In .NET Core WebDAV/CalDAV/CardDAV server samples and projects generated by WebDAV wizards for Visual Studio, the license file is located in the appsettings.webdav.json file. You need to replace this license with your new license. After replacing the license you need to restart your web application. You do NOT need to recompile the project.

.NET Framework Projects

Projects Generated Using WebDAV Wizards for Visual Studio

In .NET Framework projects generated using WebDAV/CalDAV/CardDAV wizards for Visual Studio, the license file is hardcoded in DavHandler class. You must replace the license in DavHandler.cs file, located at the root of your project, and then recompile the project.

WebDAV/CalDAV/CardDAV Sample Projects

In the .NET Framework sample WebDAV server projects, the license is located in the License.lic file at the root of your server. You must replace the license and restart the web application. You do NOT need to recompile the project.