Tagged Questions
2
votes
2answers
204 views
Multiple identical custom config sctions in app.config
I'm attempting to create a custom config section in the app.config file of my C# .NET console application. It's to store some details about some servers, like so:
<configSections>
...