Hello,
I’ve installed CKEditor 3.6.6 and the asp.net version 3.6.4 dll file along with CKFinder for asp.net 2.3.1 on my website.
The website is installed on windows 2003 IIS 6 web server with the files located on a partitioned hard drive (F). When accessing the website CKEditor works fine but when viewing the CKFinder browser I receive a message “, it was not possible to complete the request due to file system permission restrictions”. I am also unable to upload images to the server.
I set write permissions for IUSR_<ServerName> to Root Folder “MyDomainName” as well as the UserFiles folder and Image folder.
For the config.ascx file I set the BaseUrl = “http://test.mydomain.com/UserFiles/” and BaseDir= “F:/MyDomain/UserFiles/”.
When using fiddler this is what I viewed.
<?xml version="1.0" encoding="utf-8"?><Connector resourceType="Images"><Error number="0" /><ConnectorInfo enabled="true" imgWidth="1600" imgHeight="1200" s="" c="" thumbsEnabled="true" uploadCheckImages="false" thumbsUrl="http://test.mydomain.com/UserFiles/_thumbs/" thumbsWidth="100" thumbsHeight="100" thumbsDirectAccess="false" /><ResourceTypes><ResourceType name="Images" url="http://test.mydomain.com/UserFiles/images/" maxSize="0" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" hash="57dcfdf33d83d7a6" hasChildren="false" acl="255" /></ResourceTypes><PluginsInfo /></Connector>
<?xml version="1.0" encoding="utf-8"?><Connector><Error number="104" /></Connector>
Your help to resolve my issues would be much appreciated.
Regards,
Karl