Hi,
I am trying the most simple example to try and get the CuteEditor working in a sample. I have setup the default website in IIS to have a default.aspx which creates the CuteEditor.
I have set this setting in the machine.config (.net 2.0):
<add key="CuteEditorDefaultFilesPath" value="~/editor" />
The default website points to "c:\inetpub\wwwroot\"
I have a virtual under the default website called "editor" which points to "d:\shared\cutesoft_client\CuteEditor"
I still get the error :
Could not find a part of the path 'c:\inetpub\wwwroot\editor\Editor.cep'.
What is the point of the ~/ in the config value? The control seems to want to find certain files under the root directory of the website?
I have seen this posted on the forums and a fix was stated in a recent build, but I am still experiencing it. I have the latest build that is downloadable.
Any ideas?
Thanks, Scott