This relates somewhat to:
I have a .NET C# class library (DLL) that calls a WCF web service. It seems like any .exe that calls that .DLL must now have the web service configurations in its .EXE.config file.
So for example, if I write an NUnit test, then do I have to update the NUnit.exe.config with the web-service parms. This seems like it could get very difficult to manage. Am I missing a big point here? Any shortcuts? If I have dozens of WCF services, and dozens of NUnit tests, it seems like my NUnit.exe.config would be horrendous.
Thanks,
Neal Walters