{{Item/ConfigFile|Runtime settings|[[Configuration_Files/Runtime.config|Runtime.config]]|1|1|1}}
{{Item/ConfigFile|Services|[[Configuration_Files/Services.config|Services.config]]|1||}}
{{Item/ConfigFile|Web|[[Configuration_Files/web.config|webWeb.config]]|1|1|1}}
</table>
The configuration file of the web service additionally needs to obey rules as given in [http://msdn.microsoft.com/en-us/library/ms733830%28v=vs.110%29.aspx Configuring Services].
Common sections, existing in all main configuration files and should not be changed in general, are
* '''<configSections>''': these settings include general logging and exception handling
* '''<exceptionHandling>''': detailed configuration of exception handling
* '''<loggingConfiguration>''': detailed configuration of logging
* '''<system.serviceModel>''': behaviours for services and endpoints