Need an app config file opinion here.....
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-01-14T15:39:34Z
        Indexed on 
            2010/04/04
            6:13 UTC
        
        
        Read the original article
        Hit count: 340
        
I know that app config is used to provide environmental type of values for process variables. And it is very much key/value oriented.
But I have a process (windows service) that uses a skeleton xml template file to produce a fuller version of that file after processesing.
What about the idea of including that 'skeleton xml' in the app config file?
I am trying to aviod having a standalone xml skeleton file, since it is 'configuration' related, in a way.
© Stack Overflow or respective owner