This document describes how to set transform config XML on Build in Visual Studio without using any Extensions
- The .csproj file will be modified.
- WebProject.csproj to see which modifications are required.
- It could begin from the web.config
- Right click on it and select Add Config Transforms
- This will make web.Config parent of web.Debug.Config and web.Release.Config
- Unload
.csproj
file and edit it.