i've got two different web projects that i'm deploying via msdeploy and tfs. one performs a transformation on the web.config and the other does not.
the only difference between these projects is really the fact that the one that isn't working was converted from a v2 framework and vs 2008 app to v4 framework and vs 2010. i can't think of anything else that is different.
but when i click 'build deployment package' and look at the contents of the .zip file (for both projects) the one works and does contain the transformed web.config, and the other ('older') project does not. it only shows the web.debug.config and web.release.config.
please - any ideas?!