We use CKEditor on a Windows 2000 sever with an ASP app just fine. When we try to use it on a Win2K3 server, we cannot. In fact, the contents of the data column from our SQL2K5 server is displayed in Plain Text on the web page, not the actual HTML.
We've racked our heads for several days and can't see where/why this doesn't work. It's not a permissions or config thing (as far as we can tell), but there is obviously something we are missing on the Windows 2K3 box.
As an aside, this also happens on a Win2K8 box. The app is an ASPrunner 6/1 app, and we've talked with ASPrunner (xilesoft) and after many hours, they suggested contacting this site.
In both cases, we have liteally crippled almost all security, gave the IUSR account Full Control on the editor directory and still the same thing.
Every page works fine, except the Editor page.
Boy, do we need help.
Thanks.
We've racked our heads for several days and can't see where/why this doesn't work. It's not a permissions or config thing (as far as we can tell), but there is obviously something we are missing on the Windows 2K3 box.
As an aside, this also happens on a Win2K8 box. The app is an ASPrunner 6/1 app, and we've talked with ASPrunner (xilesoft) and after many hours, they suggested contacting this site.
In both cases, we have liteally crippled almost all security, gave the IUSR account Full Control on the editor directory and still the same thing.
Every page works fine, except the Editor page.
Boy, do we need help.
Thanks.
Re: Windows 2003 and CKEditor
The editor doesn't require any special permissions on the server, only being able to send those files to the user as any other page.
You might have some javascript error or missing file, check the error console/firebug/dev tools/etc... but certainly the server software doesn't have any kind of special requirement for CKEditor.