I am in the middle of updating some applications from ASP.NET 3.5 to 4.0. The Visual Studio 2010 wizard does an excellent job of converting the project file and the web.config file, but I have several other web.config files for different environments (production, production, etc.), which I also need to update.
Is there a Visual Studio tool, command line utility, or other method for updating these web.config files? I basically need to manually start the same wizard as Visual Studio.
source share