Using the method described here we're transforming web.config from template files to allow us transforms during debug.
The issue is that if web.config is checked into TFS we get a build error because access to web.config is denied unless we check it out for edit.
If we remove the web.config file from the project and TFS as suggested in the link above, then on build we get a "Debugging Not Enabled", even though the file has been created and has debugging enabled.
It seems Visual Studio will only enable debugging if the file is part of the solution.
Does anyone know of a way to allow transforms to rebuild web.config without the nuisance of build errors and popups?