Overload List

  NameDescription
Public methodStatic memberAddAppSetting(XmlDocument, String, String)
Adds a new AppSetting to Web.Config. If the key already exists, it will be updated with the new value
Public methodStatic memberAddAppSetting(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

See Also