I'm upgrading from 5.x (5.0 I think) to the latest version (is it 6.2 or 6.3, the download page is a bit confusing but I guess 6.3 since it says so in my VS project). Everything works fine when I try it out on my localhost. But when I upload it to my live server I get script errors and broken images. I've been searching this forum and found some things I've tried out but none have helped. These are things I've tried:
* Re-upload the DLLs and client files.
* Adding the following to the sites web.config
<httpHandlers>
<clear />
<add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</httpHandlers>
* Checked so that I don't have any CuteSoft_Client/CuteEditor/web.config file (I removed the old files before adding the new ones)
* Adding the following to the sites web.config
<add key="CuteEditorEnableGZip" value="False" />
You can try a clean page with only the editor here: http://www.maxfps.se/cutetest.aspx