CuteEditor for .NET

Customizing client files location

By default, Cute Editor client files should be deployed to http://{your site}/{your application}/CuteSoft_Client/CuteEditor/ on your web site.

If you want to deploy CuteEditor Client file to a different location, please follow the steps below:


1. Copy the files under CuteEditor to the target directory.
 
2. Map the directory in IIS as a virtual directory only (not application).
 
3. Add the following entry into your web.config.
 
<add key="CuteEditorDefaultFilesPath" value="~/editor" />