views:

209

answers:

2

How can I merge and make use of Web.debug.config in visual studio 2010 built-in debugger?

A: 

This is a know bug. That feature can be used right now only as part of the deploy process.

https://connect.microsoft.com/VisualStudio/feedback/details/523221/have-web-debug-config-apply-during-development?wa=wsignin1.0

Please up vote it, if you encounter this too, so this will be fixed asap.

stacker
For the record this is not a bug, its by design. These files are for package/publish. But that should not discourage anyone from voting the item up.
Sayed Ibrahim Hashimi
@Sayed I agree with you :)
stacker
A: 

OK guys, I've added an answer to another question about how to enable this see my follow up answer at http://stackoverflow.com/q/3922291/105999.

Sayed Ibrahim Hashimi