Difference between revisions of "Configuration Files/web.config"
(→Sections) |
|||
Line 1: | Line 1: | ||
This is the main configuration file of the web service (since {{Version/Server|2.4.3}}). The web service is configured using this main configuration file and the [[Configuration_Files#Specific Configuration Files|specific files]]. | This is the main configuration file of the web service (since {{Version/Server|2.4.3}}). The web service is configured using this main configuration file and the [[Configuration_Files#Specific Configuration Files|specific files]]. | ||
− | = Sections = | + | == Sections == |
===appSettings=== | ===appSettings=== | ||
Line 11: | Line 11: | ||
===system.web=== | ===system.web=== | ||
This does not have to be edited in general. | This does not have to be edited in general. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===system.webServer=== | ===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'''. | 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'''. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Example = | = Example = |
Revision as of 14:05, 12 May 2015
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.