I am learning TFS 2010 from scratch and no doubt making every mistake in the book.
I have created a web.testing.config for my build to the test server. In my build process I click the plus sign for "Items to Build" in "1. Required" and I specify "Any CPU | Testing". The build clean compiles but ... I still seem to be using the web.config file I use in development rather than the one I want in testing. The first line in web.testing.config is
This should ensure that any differences in this file are implemented. So I am not sure I am configuring the build properly, or if the web.testing.config is set properly.