The configSource attribute in .config files can be used in a section to source other configuration files. This was introduced in ASP.Net 2.0 and also handy in WCF configuration.
<configuration>
<system.serviceModel>
<services configSource=MySvc.config >
</services>
</configuration>