I would like to be able to override the xml security settings programatically.
eg: load editor onto page, then using .net code change the security settings, upload paths, permissions etc using the .net class setter methods for security/folder paths.
Where on the .net page (or code behind) do I need to set these so they override the xml security file rather than the xml file overriding my settings?
Page_Load, Page_Init, Page_PreRender etc....