I have an ASP.NET web application and I've been using the web deploy via VS to deploy my application to Azure, however in this scenario the clients will host my application on their own servers so I'd like to design a desktop application that would allow me to configure settings (connection string primarily), update the web.config and then deploy the application to their server. I have an ASP.NET web application and I've been