Is it possible to use a ".net configuration" file for a .NET console application?
I'm looking for an equivalent to web.config, but specifically for console applications...
I can certainly roll my own, but If I can use .NET's built in configuration reader then I would like to do that...I really just need to store a connection string...
Thanks