Web Config Transformation to add a child element

后端 未结 2 539
太阳男子
太阳男子 2020-12-30 18:22

I\'ve got the following configuration in web.config:

  
    
    
      

        
2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 18:48

    You can use the Insert transformation:

     
        
          
        
      
    

    Web.config Transformation Syntax for Web Application Project Deployment

提交回复
热议问题