Improve test
[mono.git] / data / machine.config
index 7b01c1328e29d1905afbfbe4d37a820b89be831f..c4250ba2f5172ff64cffa9891a38951b51dea1dc 100644 (file)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <configuration>
+
        <configSections>
+               <section name="appSettings" type="System.Configuration.NameValueFileSectionHandler, System" />
+
                <sectionGroup name="system.web">
                        <section name="httpHandlers" type="System.Web.Configuration.HttpHandlersSectionHandler, System.Web" />
                        <section name="httpModules" type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web" />
                <httpModules>
                </httpModules>
        </system.web>
+       
+       <appSettings>
+       <!--<add key="yourkey" value="your value" /> -->
+       <!--<remove key="a key defined higher in the hierarchy" /> -->
+       <!--<clear/> Removes all defined settings -->
+       </appSettings>
 </configuration>