From IT Skills
Very often config-files in development and production should be different. For example, for Category:Web-project#Development performance optimization.
Ways to fix:
Contents
1. Web.config transformation feature[edit]
Introduced in Visual Studio 2010.
for not web .config files[edit]
- simple SlowCheetah
- complex file $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll is needed
2. personnal branches[edit]
3. deploy folder[edit]
- products in subfolders
- Debug, Release, Public etc
- nodes with subfolders like PC1, PC2