I was just using the Enterprise Library and I added few sections in the Configuration Block. For each section added to the configuration block it adds a new xml file which is related to the new section added.
By the time I added the logging section I already had 4-5 xml files. Another thing I noted is that when you add a section inside the configuration File. Say you have "EditorSettings" and you have "PersonSettings". And you also have class called EditorSetting and PersonSettings which is written in the xml file. If I write PersonSettings after writing the EditorSettings it will override the entire app.config file instead of changed the tag which I need to change.
No comments:
Post a Comment