diff options
author | xue <> | 2006-02-21 19:06:10 +0000 |
---|---|---|
committer | xue <> | 2006-02-21 19:06:10 +0000 |
commit | bc8fcfba51fd93330d3c1855d7f948c53c8a1968 (patch) | |
tree | 26c8644c175191b08b9203d54f9483b5ca76e2a7 /demos/quickstart | |
parent | 297c685f3c4a5e24267fa30f9e8761f0e7599dfd (diff) |
changed back application.xml
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index b695f45b..88cab8d1 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -2,7 +2,9 @@ <application id="QuickStart" Mode="Debug">
<modules>
- <module id="cache" class="System.Data.TAPCCache" />
+ <!-- uncomment the following to enable caching
+ <module id="cache" class="System.Data.TSqliteCache" />
+ -->
<!-- uncomment the following to enable logging to file
<module id="log" class="System.Log.TLogRouter">
<route class="TFileLogRoute" />
|