Web.config transformation option is greyed out

前端 未结 10 1199
刺人心
刺人心 2021-02-04 23:32

In VS2010, when I right click on my web.config file the \"Add Config Transforms\" option is greyed out.

Any idea how I can get that back?

10条回答
  •  耶瑟儿~
    2021-02-04 23:59

    One can also avoid the configuration manager dialog entirely and just directly edit the project file, adding as many additional config files as needed.

    This is especially useful when using a more advanced config transformation tool like CodeAssassin.ConfigTransform or SlowCheetah.

    
        
            Designer
        
        
            web.config
        
        
            web.config
        
        
            web.config
        
    
    

提交回复
热议问题