Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-21 03:26:41 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-21 03:26:41 +0300
commit7f3d97fe03b01f3235a876781b465f7daccec16d (patch)
tree62846fbafa7a846c1b18b67d6b604caa1905e763 /data
parent5e99ee75feaeec4b76013cb44cbae00935a9180c (diff)
added httpRuntime section
svn path=/trunk/mono/; revision=20293
Diffstat (limited to 'data')
-rw-r--r--data/machine.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/machine.config b/data/machine.config
index d8df8ec7f3b..3617d8051a1 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -27,6 +27,8 @@
type="System.Web.Configuration.WebControlsSectionHandler, System.Web" />
<section name="compilation"
type="System.Web.Configuration.CompilationConfigurationHandler, System.Web" />
+ <section name="httpRuntime"
+ type="System.Web.Configuration.HttpRuntimeConfigurationHandler, System.Web" />
</sectionGroup>
<sectionGroup name="system.net">
<section name="settings"
@@ -130,6 +132,12 @@
<add assembly="*" /> <!-- Add assemblies in bin directory -->
</assemblies>
</compilation>
+ <httpRuntime executionTimeout="90"
+ maxRequestLength="4096"
+ useFullyQualifiedRedirectUrl="false"
+ minFreeThreads="8"
+ minLocalRequestFreeThreads="4"
+ appRequestQueueLimit="100" />
</system.web>
<system.runtime.remoting>