When you apply any commands like
- 'update-database'
- 'add-migration'
The EF uses the connection string in your main web.config
even if you have configured web.debug.config and web.release.config with xml transformation
This means, I have to go in and risk forgetting to change my true web.config
back prior to a release.