Uploaded image for project: 'iBatis for .NET'
  1. iBatis for .NET
  2. IBATISNET-240

Allows a properties.config file to begin by a root element appSettings

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • DataMapper 1.6.1
    • DataMapper 1.6.2
    • DataMapper
    • 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">

      Attachments

        Activity

          People

            gilles Gilles Bayon
            gilles Gilles Bayon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: