Alternatives to web.config files in ASP.NET

Posted by Ben Aston on Stack Overflow See other posts from Stack Overflow or by Ben Aston
Published on 2010-06-06T19:11:40Z Indexed on 2010/06/06 19:22 UTC
Read the original article Hit count: 384

Filed under:
|

In my experience, web.config files are widely reviled. In particular, I have found them difficult to manage when you have multiple environments to support, and fiddly to update due to the lack of validation at update-time and the verbosity of XML.

What are the alternatives?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web.config