Do your admins modify your web.config files?
        Posted  
        
            by mcass20
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mcass20
        
        
        
        Published on 2010-05-27T14:35:18Z
        Indexed on 
            2010/05/27
            14:41 UTC
        
        
        Read the original article
        Hit count: 465
        
I'm wondering how other developers are handling source code conflicts for config files when system admins modify them in production. For example, if a system admin updates a appsettings key on the production server and then my team publishes out a project, it will overwrite that key.
How do you handle config file updates in your organization?
© Stack Overflow or respective owner