Click here to Skip to main content
15,886,137 members
Articles / Web Development / ASP.NET

Supporting Development and Release web.config in ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
10 Jan 2011CPOL 8.8K   2  
I wrote a custom ConfigSectionHandler that allows encrypted entries. Then I crafted a config reader that determines, based on the name of the machine where the code is running, which configuration section to read from while decrypting any encrypted entries on the fly.There is a special...
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Senior Software Developer US Coast Guard.

Comments and Discussions