summaryrefslogtreecommitdiff
path: root/demos/sqlmap
diff options
context:
space:
mode:
authorChristophe.Boulain <>2010-03-08 10:19:46 +0000
committerChristophe.Boulain <>2010-03-08 10:19:46 +0000
commit61a791a23b477b6afda21a5e621e847ec6f5beae (patch)
treed794febbac9285327feabbde2be9549b8eeedb3d /demos/sqlmap
parente0723f478281b1d31d067df9f19fcccfc40c869d (diff)
fixed sqlmap demo
Diffstat (limited to 'demos/sqlmap')
-rw-r--r--demos/sqlmap/protected/application.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/sqlmap/protected/application.xml b/demos/sqlmap/protected/application.xml
index 7dcde037..6d82d946 100644
--- a/demos/sqlmap/protected/application.xml
+++ b/demos/sqlmap/protected/application.xml
@@ -5,6 +5,14 @@
<alias id="Quickstart" path="../../quickstart" />
<using namespace="Quickstart.protected.controls.*" />
</paths>
+ <modules>
+ <module id="db" class="System.Data.TDataSourceConfig">
+ <database ConnectionString="sqlite:protected/App_Data/test.db"/>
+ </module>
+ <module id="person-sample"
+ class="System.Data.SqlMap.TSqlMapConfig" ConnectionID="db"
+ configFile="Application.App_Data.person" />
+ </modules>
<services>
<service id="page" class="TPageService" DefaultPage="Manual.Overview" />
</services>