简体   繁体   中英

web.config transformations in section

I"m trying to setup web.config transformations. Is it possible to do with sections?

How would I transform all 3 values?

<section name="productinformationsettings" type="ProductInformation.Common.Configuration.ProductInformationConfigurationSection, ProductInformation.Common" />

<productinformationsettings ImageUrlBase="https://www.test.com" apikey="xxxxx" enivironment="test" />

When does Web.Debug.Config get used? When I'm debugging?

this is what i needed. xdt:Transform="Replace"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM