Fixing missing external configuration files in Visual Studio 2008 unit tests
Update: I found a situation in which it seems you must deploy your supporting code for unit tests and explicitly deploy external configuration files. Read below for more information.
It's pretty simple to create external configuration files in .NET 2.0 and later. There are some issues with this capacity however:
