| 1 |
lars |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<application id="Chat" Mode="Debug">
|
|
|
3 |
|
|
|
4 |
<paths>
|
|
|
5 |
<using namespace="Application.App_Code.*" />
|
|
|
6 |
<using namespace="System.Data.*" />
|
|
|
7 |
<using namespace="System.Data.ActiveRecord.*" />
|
|
|
8 |
<using namespace="System.Security.*" />
|
|
|
9 |
<using namespace="System.Web.UI.ActiveControls.*" />
|
|
|
10 |
</paths>
|
|
|
11 |
|
|
|
12 |
<modules>
|
|
|
13 |
<!-- active record database connection configuration -->
|
|
|
14 |
<!-- <module class="TActiveRecordConfig" EnableCache="true"
|
|
|
15 |
Database.ConnectionString="mysql:host=localhost;dbname=prado_chat"
|
|
|
16 |
Database.Username="prado"
|
|
|
17 |
Database.Password="prado" />
|
|
|
18 |
-->
|
|
|
19 |
<module class="TActiveRecordConfig" EnableCache="true"
|
|
|
20 |
Database.ConnectionString="sqlite:protected/App_Code/chat.db" />
|
|
|
21 |
|
|
|
22 |
</modules>
|
|
|
23 |
|
|
|
24 |
</application>
|