diff options
author | xue <> | 2006-01-21 20:26:20 +0000 |
---|---|---|
committer | xue <> | 2006-01-21 20:26:20 +0000 |
commit | b4d398680ea7dfee8ce5db5956efd373c541a585 (patch) | |
tree | 0f44da4989400152d3f1755ef1f6ec6763c6c8f7 /demos/quickstart/protected | |
parent | 88d880aa189f23e3c1e5664016e927cbc94bd0e9 (diff) |
Enhanced template parsing so the error messages can be reported with the file and line information.
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/application.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index e25c4c14..88cab8d1 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -2,9 +2,14 @@ <application id="QuickStart" Mode="Debug">
<modules>
+ <!-- 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" />
</module>
+ -->
</modules>
<paths>
<using namespace="Application.controls.*" />
|