Is there any way to do a “Replace Or Insert” using web.config transformation?

前端 未结 4 775
被撕碎了的回忆
被撕碎了的回忆 2020-12-22 17:28

I\'m using web.config transformation as described in the below post in order to generate configs for different environments.

http://vishaljoshi.blogspot.com/2009/03/

4条回答
  •  有刺的猬
    2020-12-22 18:22

    In conjunction with xdt:Transform="Remove" use xdt:Transform="InsertIfMissing" in VS2012.

    
    
      
      
    
    

提交回复
热议问题