Overload List
| Name | Description | |
|---|---|---|
| AddAppSetting(XmlDocument, String, String) |
Adds a new AppSetting to Web.Config. If the key already exists, it will be updated with the new value
| |
| AddAppSetting(XmlDocument, String, String, Boolean) |
Adds a new AppSetting to Web.Config. The update parameter allows you to define if,
when the key already exists, this need to be updated or not
|