I've already created the Virtual Directory inside IIS and I specific the following setting inside Web.config at <appSettings>
<add key="CuteEditorDefaultFilesPath" value="~/WYSIWYG/" />
<add key="CuteEditorLicense" value="bin/CuteEditor.lic" />
Problem is when I publish my website into my test server the Cute Editor is not show and there is an JavaScript Error as image below.
However this error not occur in my Visual Studio Solution, please suggest.