I have an application that gets deployed to a load balanced environment. This application is an asp.net mvc4 application.
I have settings (appsettings & httpheaders) in the web.config for each server. Rather than managing them during deployment, is there a way to set them on the machine and available in the application?