How do teams ensure that the code that was approved in QA is the same code that is released to production?
What automated controls does TFS provide to ensure this?
Also, how do you cross reference compiled code to source code so that you never have to wonder if you need to recompile again?
We come from a Classic ASP shop where source code and released files are one in the same. We do our deployments from VSS. However, we are moving to .NET and are having growing pains and concerns for lack of control over the code.