when I deploy the site then it don't recognize the image path but it works on localhost:
I'm using this code to define paths:
RadEditor1.ContentFilters = Telerik.Web.UI.EditorFilters.MakeUrlsAbsolute;
string[] viewImages = new string[] { "~/images/content/pagina" };
string[] uploadImages = new string[] { "~/images/content/pagina" };
string[] deleteImages = new string[] { "~/images/content/pagina" };
RadEditor1.ImageManager.ViewPaths = viewImages;
RadEditor1.ImageManager.UploadPaths = uploadImages;
RadEditor1.ImageManager.DeletePaths = deleteImages;
so the idea is when open the media manager it goes automatically to that path.... but when deploy I get an empty path field