I am tying to reduce my workload by providing one admin site that can be used to maintain many websites.
This way every time I do an upgrade (happens daily) I am only updating one site instead of 50.
To do this I need users to access the images and style sheets on their own sites. All these sites are on one server so I can get access to the files.
When using Editor1.SetSecurityImageGalleryPath(@"E:\Sites\ezshop.co.za\Images"); I get the error "Unable to translate physical path E:\Sites\ezshop.co.za\Images to virtual path"
Here is the challenge! Is there any way that I can do this in Cute Editor. I can programmatically read the host header name for the site. Even if the path is wrong wile looking at the editor i can always fix it up at save time with a find and replace.
Also I am running a SQL database if this helps.
Kind Regards
Henno