2

wondering if anyone has experienced this in visual 2010 professional

Create a new configuration - staging. Right Click web.config in web project, Apply Config Transforms. The files web.debug, web.release, web.staging are created - but the web.config doesnt expand so you can edit those files, even if they are added to solution.

I'm running as administrator also.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
MikeW
  • 185
  • 1
  • 3
  • 14
  • Semi-related ... check out the SlowCheetah VS add-in at ... [visualstudiogallery](http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5) – SteveC Aug 25 '11 at 12:16

1 Answers1

0

You should find that when you switch your configuration via the dropdown-list on the toolbar, when you open the web.config in solution explorer, the config for your current build configuration is the one that opens.

JTrott
  • 145
  • 1
  • 1
  • 5