Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
DataMapper 1.6.1
-
None
Description
Allows a properties.config file to begin by a root element appSettings
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<!-- iBATIS key -->
<add key="userid" value="IBatisNet" />
<add key="password" value="test" />
<add key="database" value="IBatisNet" />
<add key="datasource" value="Potiron" /><!-- Potiron\SqlExpress -->
<!-- path directory -->
<add key="RepertoireCFT" value="\..\FichiersCFT\" />
</appSettings>
so that it can included app setting and be included in app.config/web.cong
via
<appSettings file="../properties.config">