I have a multi tenant application that has already 6 tenants.
Each tenant has its own virtual web with its own web.config. Most of the setting are the same for all tenants, but some differ.
Its getting more and more difficult to handle those settings. The first step to simplify the situation would be if I could edit settings that are shared by all tenants in one place.
Is there something built into the framework or some project that targets this kind of problem?