diff options
author | xue <> | 2006-01-31 14:13:20 +0000 |
---|---|---|
committer | xue <> | 2006-01-31 14:13:20 +0000 |
commit | ec3976314de1d9820c0de3ba3c40eeffecf16740 (patch) | |
tree | be82e6c4bb0be13dda99ec581d7715365d4284cc /demos/personal/protected | |
parent | 4ad011e6ff366a924c09bb58518c01d3a6361e54 (diff) |
Fixed a small issue about page configuration.
Diffstat (limited to 'demos/personal/protected')
-rw-r--r-- | demos/personal/protected/application.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 28da6696..5015bab0 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
-<application>
+<application mode="Debug">
<!-- modules configured and loaded for all services -->
<modules>
<!-- Remove this comment mark to enable caching
@@ -8,7 +8,7 @@ -->
<module id="session" class="THttpSession" />
<module id="log" class="System.Log.TLogRouter">
- <route class="TBrowserLogRoute" Categories="System.TApplication,System.Web.UI.TPage" />
+ <route class="TBrowserLogRoute" Categories="System.Web.UI.TPage" />
<route class="TFileLogRoute" Categories="System" Levels="Notice,Warning,Error,Alert,Fatal" />
</module>
</modules>
|