Separating config files without loosing Enterprise Library Configuration Editor options

Last post 11-06-2009 8:10 AM by JohanNL. 0 replies.

Sort Posts:

  • Separating config files without loosing Enterprise Library Configuration Editor options

    11-06-2009, 8:10 AM
    • Participant
      1,635 point Participant
    • JohanNL
    • Member since 03-28-2003, 4:58 AM
    • Posts 1,197

    You can split config files, so they stay small and easy to understand.

    <loggingConfiguration configSource="logging.config" />

    This option does have a major drawback, however. The Enterprise Library Configuration Editor will read the information appropriately, but will not save configuration changes to each file. Instead, it will save the configuration settings to the main App.config or Web.config and wipe out the pointers to the separate configuration files.

    Is there a way to work around this? We want to spli the config files, but also want to keep the Enterprise Library Configuration Editor.

    Johan Theunissen
    MCPD, MCSE, MCTS BizTalk 2006

    ==============================

    Please mark the most helpful reply/replies as "Answer".
Page 1 of 1 (1 items)