Hallo,
because of having problems to exclude CuteSoft_Client folder from project (VS 2005, VB.NET 2.0), I want to put this folder in an virtual directory called "Editor". The physical path is "d:\tools\myWeb\CuteEditor" with Read and Script rights.
As found in forum I add the following text to web.config / appSetting:
<add key=''CuteEditorDefaultFilesPath'' value=''~/Editor'' />
I also tried to put a "bin" folder inside with CuteEditor.dll.
But I still get the error message: Could not find a part of the path 'D:\webroot\myWeb\Editor\Editor.cep'.
But via http the files client files are available, so the virtual directory works.
What's going wrong?
Thanks in advance
Martin