Utility methods for handling common configuration tasks such as converting virutal to physical paths, or retrieving configuration sections.
This class should not be called as it is part of the internal logic.
 /// <summary>
 /// Sets the image optimisation value.
 /// </summary>
 /// <param name="value">True or false depending on whether
 /// image optimisation should be enabled.</param>
 private void SetImageOptimisation(bool value)
 {
     this["enabled"] = value;
     Support.SetWebApplicationSection(this);
 }