My web app uses the editor control as a content manager for public-facing web pages. with the admi page in a /Admin sub-directory, putting in ~\Images for my upload paths has worked fine for the editor and for the actual public-facing pages since ~\Images is accessible from either way.
However due to security concerns, I must move my \Admin folder to a separate virtual web site that is internal-facing only (but on the same web server as the public site). Now the path ~\Images is no longer available to both web applications. I tried creating a full URL to the images folder, but the control only accepts relative paths. So now I'm stuck between a rock and a hard place... how can I make the image manager on one web site see a path that my other web site can access?
However due to security concerns, I must move my \Admin folder to a separate virtual web site that is internal-facing only (but on the same web server as the public site). Now the path ~\Images is no longer available to both web applications. I tried creating a full URL to the images folder, but the control only accepts relative paths. So now I'm stuck between a rock and a hard place... how can I make the image manager on one web site see a path that my other web site can access?