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:
authorJackson Harper <jackson@novell.com>2004-01-11 08:12:54 +0300
committerJackson Harper <jackson@novell.com>2004-01-11 08:12:54 +0300
commit5dafd5ea2b3ec538d1655aec35918c6a14947fde (patch)
tree1f74a7738ed436e2ebd1a23faa3df9b427dda9fe /data
parent85f10999fc351edcd424735778d1b7feede5f586 (diff)
add trace configuration handlers.
svn path=/trunk/mono/; revision=21930
Diffstat (limited to 'data')
-rw-r--r--data/machine.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/machine.config b/data/machine.config
index 5589c69a97e..85e39684a1d 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -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"