I\'ve just came across with problem of web.config transformation in asp.net core.
There are two files: base web.config and web.prod-zone-a.config. My aim is to use t
IIS Web Deploy ASP.NET Core (2.1) in Visual Studio 2017 (VS2017)
First do this: (ref:https://github.com/nil4/dotnet-transform-xdt#-use-with-msbuildcsproj-tooling)
dotnet add package DotNet.Xdt --version 2.1.0
ApplyXdtConfigTransform
) at the end - refer githubweb.DEV_Server.config
transfor file by right-clicking on DEV_Server.pubxml
web.DEV_Server.config
DEV_Server.pubxml
to modify following setting value.Deploy still uploads other config files, not sure how to stop that.