How to read Security configuration XML

  •  05-23-2007, 3:27 AM

    How to read Security configuration XML

    Hi All,
    I know how it's possible to set programmatically the file upload paths es:
     
    myEditor.Setting["security:ImageGalleryPath"] = "/mydir";
     
    .. but I don't know how to read the current value of parameters in Default.config es, something like:
     
    string myDir = myEditor.Setting["security:ImageGalleryPath"];
     
    Any hints?
     
    Thanks
    Wile E.
View Complete Thread