I'm in the middle of updating some applications from ASP.NET 3.5 to 4.0. The Visual Studio 2010 wizard does a nice job of converting the project file and the web.config, but I have several other web.config files for different environments (staging, production, etc.) that I also need to upgrade.
Is there a Visual Studio tool, command line utility, or other method for upgrading these web.config files? I basically need to manually run the same wizard that Visual Studio runs automatically.