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>2004-01-12 10:04:06 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-12 10:04:06 +0300
commit874e3a648d17391ff2ecc62fe883776ed961d06f (patch)
treecc289855922a6cd3d06b63b4889da45f388fba7d /data
parent0745d5cd5de4ecd08a618f313ad0b532599a69d3 (diff)
Added system.web/pages section
svn path=/trunk/mono/; revision=21972
Diffstat (limited to 'data')
-rw-r--r--data/machine.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/machine.config b/data/machine.config
index b05bec795a0..b3bf1b20e93 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -33,6 +33,8 @@
type="System.Web.Configuration.HttpRuntimeConfigurationHandler, System.Web" />
<section name="customErrors"
type="System.Web.Configuration.CustomErrorsConfigHandler, System.Web" />
+ <section name="pages"
+ type="System.Web.Configuration.PagesConfigurationHandler, System.Web" />
</sectionGroup>
<sectionGroup name="system.net">
<section name="settings"
@@ -145,6 +147,10 @@
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100" />
+ <pages buffer="true"
+ enableSessionState="true"
+ autoEventWireup="true"
+ validateRequest="true" />
</system.web>
<system.runtime.remoting>