How to remove a ConnectionString using Config Transformations

前端 未结 2 895
一生所求
一生所求 2020-12-15 02:42

I have a Web.config with several ConnectionStrings


    

        
2条回答
  •  猫巷女王i
    2020-12-15 02:47

    This will remove a specific connection string based on its name.

    
       
         
       
    
    

    Note that the connectionString value is not empty string, but is instead a space. Any non-empty value would do.

提交回复
热议问题