I'm creating a ConfigurationSection. In the example given the attribute allowLocation of the <section> attribute is set to true. Looking at what this allowLocation means, I am still puzzled. On that page is says Determines whether the section can be used within the <location> element.. I can not find documentation of this <location> element.
What does this <location> element do? What is it used for?
Here you go!
And
Example:
Source @ msdn