2004-01-21 Martin Baulig <martin@ximian.com>
[mono.git] / data / machine.config
index 5589c69a97ecde45e878bcbafbc3c08d402200bc..b3bf1b20e93946dcf66a3eeb45094c2460029cef 100644 (file)
@@ -21,6 +21,8 @@
                                 type="System.Web.Configuration.GlobalizationConfigurationHandler, System.Web" />
                        <section name="sessionState"
                                 type="System.Web.SessionState.SessionStateSectionHandler, System.Web" />
+                       <section name="trace"
+                                type="System.Web.Configuration.TraceConfigurationHandler, System.Web" />
                        <section name="webServices"
                                 type="System.Web.Services.Configuration.WebServicesConfigurationSectionHandler, System.Web.Services" />
                        <section name="webControls"
                                 type="System.Web.Configuration.CompilationConfigurationHandler, System.Web" />
                        <section name="httpRuntime"
                                 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"
                             minFreeThreads="8"
                             minLocalRequestFreeThreads="4"
                             appRequestQueueLimit="100" />
+               <pages  buffer="true"
+                       enableSessionState="true"
+                       autoEventWireup="true"
+                       validateRequest="true" />
        </system.web>
        
        <system.runtime.remoting>