I can't get Cute Editor for ASP version 4.2 to work with shared ssl which my hosting company provides. Here is what I have tried:
editor.ID = "Editor1"
editor.Text = content
editor.FilesPath = "../CuteEditor_Files"
editor.ImageGalleryPath = "../allintimer/uploads"
editor.MaxImageSize = 1048576
editor.MaxDocumentSize = 1048576
editor.MaxFlashSize = 1048576
editor.MaxMediaSize = 1048576
editor.DisableItemList = "CssStyle, Images, Links, Codes, CssClass"
editor.AutoConfigure = "EnableAll"
editor.BaseHref = "
http://allintimer.com/"
editor.Draw()
The actual domain is allintimer.com. How can I do this without breaking SSL? I tried a virtual directory which worked, but broke SSL.