Relationship between solution configuration, publish profile, and web.config transforms
问题 I have the following setup in a Visual Studio 2013 ASP.NET Web API 2 project. Web.Develop.config web transform to set an app settings key value Web.Release.config web transform to remove an app settings key Develop.pubxml to map to the Web.Develop.config transform Release.pubxml to map to the Web.Release.config transform Details for each are found below. <!-- Web.Develop.config (Web Config Transform) --> <appSettings> <add key="ReportInputPath" value="DevelopPath" xdt:Transform="SetAttributes