Hi all,
I have a web.config file defined in my asp.net web application. I have many different settings configured there.
I have another project, this time a console application. I'd like to read several configurations from my web.config file. How can this be done?
Thank you