Configuration Files/web.config
This is the main configuration file of the web service (since Version 2.4.3 - Server). The web service is configured using this main configuration file and the specific files.
Sections
appSettings
See Configuration Files/AppSettings.config.
loggingConfiguration
See Configuration Files/Logging.config.
system.web
This does not have to be edited in general.
system.webServer
This does not have to edited in general, except the setting for the maximum allowed size of received content. This can be changed by editing the value maxAllowedContentLength within the section requestFiltering/requestLimits.