Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.