We work with very large configuration files that contain many Unity and WCF settings.
When we open some of these configurations in the SVC configuration editor, or even try to open a web application using these configurations, we get errors showing any typos or errors. For instance. WCF binding is invalid or does not exist, etc., or the configuration section does not exist, two end tags, etc.
Is there a way to βconfirmβ the configuration via unit test? So there is one more thing that may go wrong when an application moves to a new environment.
source share