Ok, so I am going through one of the company's websites and trying to clean up the web.config using the ConfigSource attribute on some elements.
One of the biggest areas of the web.config is a list of locations with authorization values for almost all pages on the site.
I cant seem to find a way to put them all in one config, am I really limited to making a configsource for each location element?