Enterprise Library configuration tool
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am looking for reference related to using the Enterprise library for configuring elements of my application. I can find many sources for configuring enterprise library elements such as logging for example, but as I have included the Ent Lib in my app. My implementation team will be required to use the EntLib configuration. But they will currently also be required to manually edit the app.config file to set application specific settings. I would like to be able to avoid this. I can see how to add value key pairs, but I also need to use a custom configuration class within this. Is anybody able to point me to a good source of info? Many thanks
Paul