我正在尝试设置web.config转换。是否可以使用部分?
我如何转换所有3个值?
<section name="productinformationsettings" type="ProductInformation.Common.Configuration.ProductInformationConfigurationSection, ProductInformation.Common" />
<productinformationsettings ImageUrlBase="https://www.test.com" apikey="xxxxx" enivironment="test" />
什么时候使用Web.Debug.Config?当我在调试时?
答案 0 :(得分:0)
这就是我所需要的。 XDT:变换= “替换”