What’s the best way to modify web.configs (and other XML based configurations)? I’m needing to automatically apply certain settings based off environment.
What’s the best way to modify web.configs (and other XML based configurations)? I’m needing
Share
If you mean programatically, there are classes that allow you to do so, such as WebConfigurationManager and ConfigurationManager.