Possible Duplicate:
Use Visual Studio web.config transform for debugging
I have an asp.net application with three web.config transformations.

I was thinking when I launch debug running (F5 with Debug mode selected) the transformations written in the Web.Debug.config will apply.. But it doesn’t work.. the Web.config used is the “Base” one.
You will tell me : “The transformation aren’t right”.. But they are because when I make a deploy (right click/publish) with debug release config :

The rendered web.config have modifications! So it works, but the debug running is using the base web.config.. Is there a place I can configure that?
EDIT: Much more refined approach can be found on SO:
Use Visual Studio web.config transform for debugging
I had commented that I too would like this feature but hadn’t found a way to do it yet. Then decided to have a quick google.
A discussion here has lead me to one possible solution provided by cmac3095: