Best way to store configuration settings outside of web.config

Posted by Wil on Stack Overflow See other posts from Stack Overflow or by Wil
Published on 2010-06-06T22:29:26Z Indexed on 2010/06/06 22:32 UTC
Read the original article Hit count: 302

Filed under:
|
|

I'm starting to consider creating a class library that I want to make generic so others can use it. While planning it out, I came to thinking about the various configuration settings that I would need. Since the idea is to make it open/shared, I wanted to make things as easy on the end user as possible. What's the best way to setup configuration settings without making use of web.config/app.config?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET