How do I change an web.config setting using transformation syntax?

后端 未结 4 630
甜味超标
甜味超标 2021-02-05 07:05

I have a value stored in my web.config file that I would like to change when the site is published. I want to change it from TEST to LIVE.


           


        
4条回答
  •  忘掉有多难
    2021-02-05 07:16

    Yes this is possible with transformation syntax. This transformation should do the trick:

    
    
      
        
      
    
    

提交回复
热议问题