Skip to content

Deploying CuteEditor License File

CuteEditor for .NET

Deploying CuteEditor License File

Copy CuteEditor.lic to the web application's "bin" folder which uses the CuteEditor.

If you want to maintain the license file in a different location, you have two options:


1. Add an entry to your Web.config file.

Example:

  1. <configuration>  
  2.     <appSettings>  
  3.         <add key="CuteEditorLicense" value="/somefolder/CuteEditor.lic" />  
  4.     </appSettings>       
  5.     ....   
  6. </configuration>  

2. Copy CuteEditor.lic to the "licenses" directory for the web application that uses the CuteEditor.