How to check where .NET ConfigurationManager is looking for a .config file?
        Posted  
        
            by WooYek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WooYek
        
        
        
        Published on 2010-03-22T10:30:11Z
        Indexed on 
            2010/03/22
            10:31 UTC
        
        
        Read the original article
        Hit count: 427
        
I'm building a plugin assembly and I would like to provide an accompanying config file.
Deployed assembly is probably copied somewhere, don't know where, and would like to know where does the ConfigurationManager looks for a .config file. I do not wish to load it from an explicit location, just put it where it is being looked for.
© Stack Overflow or respective owner