I have read the two articles - article id 335 and 339 - on how to encrypt sections of the web.config file. Does this process work if I encrypt sections of a web.config file located in a sub-application directory? Or is this for root level web.config files?
Will the xml file that gets placed in the root directory (/root) work with the web.config located in the sub-app folder (/root/subapp) or will there need to be a second xml file in the sub-app folder?