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:
- <configuration>
- <appSettings>
-
<add key="CuteEditorLicense" value="/somefolder/CuteEditor.lic" />
- </appSettings>
- ....
- </configuration>
2. Copy CuteEditor.lic to the "licenses" directory for the web application that uses
the CuteEditor.