Permanent base URL for uploading resources from CuteEditor.NET

  •  03-19-2009, 7:23 AM

    Permanent base URL for uploading resources from CuteEditor.NET

    Hello!
     
    My domain, for example "domain.su"
    My Web Site has UrlRewrite engine. For any pages me need that CuteEditor set src property for inserted images like "images.domain.su/<folder1>/<folder2>/MyUploadedImage.png", but instead CuteEditor create this path: "domain.su/<folder1>/<folder2>/MyUploadedImage.png".
     
    Real App Relative url for "images.domain.su/<folder1>/<folder2>/MyUploadedImage.png" is "~/Uploads"
    In my DNS server I add "A" record, and create application in IIS 7.0 with bindings to "~/Uploads". I check, all works fine.
     
    How can I reconfigure CuteEditor.NET that after inserting images or downloads, CuteEditor rewrite links from "domain.su" to "images.domain.su" with absolute path ???
View Complete Thread