Correct Path for InsertImage button ??

  •  05-24-2006, 6:32 PM

    Correct Path for InsertImage button ??

    Hi, I have a domain, www.myDomain.com on my server I have a website set up to the following directory:

    D:\Sites\MySite\Public

    I have a sub domain admin.myDomain.com , on my server I have a website set up to the following directory:

    D:\Sites\MySite\Admin

    I administer all content for my site from the domain admin.mydomain.com

    I have a page http://admin.mydomain.com/admin.aspx that will update some content with a folder on D:\Sites\MySite\Public\Data, this works fine... however when i click on the insert image I get the error:
     
    Unable to translate physical path D:\Sites\MySite\Public\Data\Images to virtual path?
     
    within my page with the editor on I have :
    cuteEditor1.SetSecurityGalleryPath("D:\Sites\MySite\Public\Data\Images");
     
    Any Ideas or pointers would be fantastic! Thanks for your time
     
    Ric
View Complete Thread