This section describes the Configuration Settings available for use within the Web.config file for a .NET-based Microsoft Commerce Server application. These settings provide the means to configure services such as caching, pipelines, and localizable resources by making changes to the Commerce Server section of the Web.config file.
<configuration>
<system.web>
<httpRuntime executionTimeout="300"/>
</system.web>
</configuration>