Hello, how can I do it that Everleap updates my webconfig file with the new connection string of the MS SQL database I created in my account. I don't want to keep changing the connection string from that of my local Db to the one on Everleap every time I am going to deploy. Thanks.
Visual Studio has configuration manager built into it. With this you can setup different web.config files. One that will connect to your local db and another web.config file that will connect to the Everleap DB. Try looking at these links. https://msdn.microsoft.com/en-us/library/vstudio/dd465318(v=vs.100).aspx https://msdn.microsoft.com/en-us/library/kwybya3w.aspx https://msdn.microsoft.com/en-us/library/kkz9kefa.aspx