Tuesday, July 28, 2015

Using Web.configuration Transforms in your ASP.NET Web Application Projects

If you are learning about Web.configuration transforms or are already familiar with Web.config transformations, you may be frustrated by the fact that there is limited Intellisense for Web.config transforms.  That is to say, when selecting attribute values for a Web.config transformation, you have to either know the value for the Web.config transform attribute or you have to look it up!

Well, fortunately, there is an MSDN reference for Web.config transformation syntax here: https://msdn.microsoft.com/en-us/library/dd465326%28v=vs.110%29.aspx

In addition, you can test out and preview your Web.config transformations by using the Slow Cheetah Visual Studio Extension:

Slow Cheetah for Visual Studio 2013: https://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5

Slow Cheetah for Visual Studio 2015: https://visualstudiogallery.msdn.microsoft.com/05bb50e3-c971-4613-9379-acae2cfe6f9e

No comments:

Post a Comment