You are correct. The syntax that matches the web.config format is a lot easier for people to understand who aren't familiar with XSLT.
Comments
-
-
Hi wisnia,
You can modify the img snippet. The default snippet is located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Web\Snippets\HTML\1033\HTML. You can copy this to your custom snippets directory and change it to output anything you'd like.

-
I don't think I follow. The settings in the transformation are specific to the target environment, so you wouldn't need to keep them in sync between staging and production.
-
Unfortunately, this is for web.config only.
-
Keep in mind that there are quite a few capabilities in IIS7 to help with this as well. IIS7 has a shared configuration capability that allows you to share configuration across a web farm, including local overrides for specific server settings. You can push your application settings up to the shared config file and take advantage of that feature.
You can also customize your MSDeploy manifests to transform settings outside of what Visual Studio is doing. -
Hi Vaso,
You can accomplish this with custom MSDeploy manifests, but not with the current Visual Studio integration. In fact there is a ton of automation that you can do with MSDeploy - its a great tool and I'm really happy to see it integrating into VS.
Drew -
I agree there is more that could be in the IDE and the new extensibility will make it easier to add those features. The trick is finding the broadly applicable features and get them out of the box and then allow developers to add the tools they are comfortable using. I find that devs tend to be very passionate about those tool choices, based on their style, what they build, etc.
Enjoyed reading through your articles.
-
I'm not sure why the lower quality version got linked again - I originally had the high quality version set. I switched it back and you should have clear video again like before. Thanks for catching that.
-
Yes, the Visual Studio shell and the code editor will be largely based on WPF. That is going to allow for some great visual enhancements to the environment that will, for example, help you better manage the screen real estate, and provide different ways to visualize your code.
-
Hi guys,
The logo is from my college, not a football logo and its a sticker on the wall in my office, which is very much like a dorm room. And yes, when it comes to video, I am an amateur and we intentionally keep these videos casual. We'll get better over time, but If you want professionally produced marketing videos, you'll need to find them somewhere else.
Lets use the comments to discuss Visual Studio 2010.
Thanks,
Drew