set file server path as image gallery path

  •  01-06-2012, 1:15 AM

    set file server path as image gallery path

    HI CuteSoft,
     
    i have an issue to set the image galley path for my web application (ASP.NET)
     
    i need to set my file server path ( say '\\FILESER\images\') as image gallery path:
    i have tried the following but i can't get appropriate answer,
     
     1)   <security name="ImageGalleryPath" >\\FILESER\images\</security>
    2)   Editor1.Setting["security:ImageGalleryPath"]= @"\\FILESER\images\";
    i welcome your answers / suggestion to make effect this,many thanks in advance.

    Many Thanks
    Ramesh durai
View Complete Thread