Re: SetSecurityImageGalleryPath

  •  08-25-2009, 9:21 PM

    Re: SetSecurityImageGalleryPath

    Hi corus,
     
    Try this way
     
    1. In IIS create a Virtual directory(point to 'F:\Project\Images ') under your site, name 'Image' (You can use any name)
     
    2. Set   editor1.Setting["security:ImageGalleryPath"] = "~/Image";
     
    Regards,
     
    Ken
View Complete Thread