Forget about below. I found the solution.
I am evalutating CuteEditor right now. I already search on similar issue in this Forum. I wasn't find any solution.
I really need to find the way to this problem.
We one designated server for holding all images.
So I created virtual directory in IIS to map to that server. Virtual directory name is 'marketingImage'.
I make sure to have right to create and write in folder and share permission to folder.
Now I tried to make ImageGalleryPath to read the directory I specified above. It wasn't working for me.
Below is the one I tried.
Editor.Setting(
"security:ImageGalleryPath") = "/marketingImage"
--Error: Failed to map the path '/marketingImage'.
Editor.Setting("security:ImageGalleryPath") = "~/marketingImage"
--Could not find a part of the path 'C:\Administrator\marketingImage'.
Editor.Setting(
"security:ImageGalleryPath") = "http://localhost/marketingImage"
--'/http://localhost/marketingImage/' is not a valid virtual path
What is the correct syntax for this? Did I missed anything?
I download latest editor and our environment is framework 2.0.
Thank you in advance.
Kathy