Saturday, June 24, 2006 5:20 PM Olaf Conijn

CoMan Proof of Concept #2: full configuration support for System.Web

Before starting the development of a general purpose configuration management environment, I wanted to take my experiment with WCF a little further…

 

I not only wanted to proof myself able to manage big configuration schemas in EnLib’s configuration console, I wanted to have similar configuration support I had developed in my EnterpriseLibraryExtensions.

 

This time around the configuration-schema of choise was: system.web

 

I do not not have a release ready quite yet, but here’s to wet your appetite:


(Validating System.Web configuration)


(encrypting parts of a web.config file)



(managing configuration-differences in deployment scenarios)
Filed under:

# “Enterprise Library Extensions” becomes “.NET Configuration Manager”

Saturday, June 24, 2006 8:46 AM by ^(?:[^$]*)$ --Matches everything, captures nothing

After having my share of success with developing the “Enterprise Library Extensions”, I started thinking...

# re: CoMan Proof of Concept #2: full configuration support for System.Web

Saturday, June 24, 2006 1:39 PM by Erwyn van der Meer

This is great stuff, Olaf! Can't wait to put it to good use.

# Download CoMan and start managing your system.web configuration!

Sunday, July 02, 2006 2:30 PM by ^(?:[^$]*)$ --Matches everything, captures nothing

I've put out a preview release of my ".NET Configuration Manager" on its CodePlex site.This...