Hi Adam,
No joy.
Just to confirm I haven't done anything wrong.
added CuteEditor.dll, cuteeditor.lic, NetSpell.SpellChecker.dll, CuteEditor.ImageEditor.dll to the bin directory of the website.
created ~/CuteEditorTemp
added
<add key="CuteEditorTempPath" value="~/CuteEditorTemp" />
to <appSettings> section of web.config
Copied CuteSoft_Client to root of website from zip file.
The relevant lines in the aspx file are:
<%
@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
<CE:Editor ID="Editor1" runat="server"></CE:Editor>
Cheers
Allan