Now getting the grey background to the editor but with this error in the middle:
Module | IIS Web Core |
---|
Notification | MapRequestHandler |
---|
Handler | ASPClassic |
---|
Error Code | 0x80070002 |
---|
Requested URL | http://domainname.co.uk:80/cuteeditor_files/template.asp |
---|
Physical Path | D:\domains\websitefolder\root\cuteeditor_files\template.asp |
---|
And boxes where graphics should be (normal, html, preview)
Looks like the physical path isn't correct, using:
editor.FilesPath ="../../cuteeditor_files"
I would expect it to be: D:\domains\cuteeditor_files\template.asp (which would be correct)
Any other ideas?
I can't understand why it would work from a sub folder but not the root folder if they are both asked to point to the same place.
Do the cuteeditor_files folders need to be in a folder thats available from the web instead of in the servers domains root directory (no because the sub folder of a domain can use it ok!)?
Or is that the problem, can you not deploy in that way?
Do I need to copy the cuteeditor_files to every website I wish to use it on?
Looks like that may be the case, the one that was working also have the cute editor_files folder there as well as in the root folder?
Can you confirm or deny please?
Obviously if there is a way of having the files in one place that i can reference for each of the domains that require it that would be a great help?
Thanks