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?
Looks like they do require a config source each, ah wells. Please let me know if this is incorrect, but I cannot find anything otherwise.