I have multiple client and every time when I deployed my web application I have to update web config file for all environment like live, test
so I want to add one service that will do auto write web config using the service for all environment
how can I do that type of configuration that will help to do easy deployment for all client ?