Top "Web-config-transform" questions

Web.

How to add web.config transformation different from Release and Debug

I want to add a web.config transform to be used in an automatic build/deploy cycle via MSBuild. However …

asp.net web-config-transform
How do I make URL rewrite work with web.Release.config transform?

I have a web.config rewrite rule specified to move all traffic to https. The rule works, but I don't …

asp.net asp.net-mvc web-config-transform
TFS 2012 and web.config transforms

I am trying to have my TFS Build create the web.config transform associated with the configuration I selected for …

tfsbuild web-config-transform
Web.config-style transforms for App.config files for C# Console apps?

My team is in love with publish profiles. We have a number of testing environments that we work in, and …

c# msbuild web-config app-config web-config-transform
XDT Transform: InsertBefore - Locator Condition is ignored

I have a web.config file in which I need to either insert the <configSections /> element or manipulate …

web-config web-config-transform xdt-transform
How do I get an msbuild task to do config transforms on a collection of files?

I am trying to transform all of the web.config files in a project I have, here's a my tree …

msbuild msbuild-task web-config-transform slowcheetah
Why am I getting a "No attribute 'name' exists for the Match Locator" error when publishing?

I am so confused on this. I want to use the SQL Server on my desktop when I am developing …

visual-studio-2010 web-config-transform
Error doing web.config transformation for different environments

I was trying to deploy my app into different environments then i started following this how to: Deploying an ASP.…

visual-studio-2012 web-config-transform
What is the proper way to add rewrite rules in an Azure App Service

I want to add re-write rules to my Azure app service, but if I even try create a web.config …

url-rewriting web-config azure-web-app-service web-config-transform