Top "Web.config-transform" questions

A transform file is an XML file that specifies how the Web.

Network path was not found error during site access

I just migrated my asp.net website from one host to another. It was working fine with the old host …

asp.net vb.net web web.config-transform
web config error: Unrecognized attribute 'xmlns:xdt'. Note that attribute names are case-sensitive

I am trying to deploy an application to AppHarbor and followed their instructions on how to modify my web.config, …

asp.net asp.net-mvc appharbor web.config-transform
How to set debug false for release mode

I have this web.config file with the compilation option set as below Web.config <configuration> ... <system.…

asp.net asp.net-mvc asp.net-mvc-4 bundling-and-minification web.config-transform
SlowCheetah not transforming file on build

I have a project I am trying to use SlowCheetah for. I have created my config file (Test.web.config) …

xml web.config-transform slowcheetah xdt-transform config-transformation
Set web.config transform in Asp.NET Core

I've just came across with problem of web.config transformation in asp.net core. There are two files: base web.…

asp.net-core web.config-transform
Web.config with XDT transform to do partial replace

I am in a situation where I just want to update a part of a the URL of a WCF …

c# visual-studio-2012 web-config .net-4.5 web.config-transform
Change connection string from development to production when publishing

I want to know how to change automatically the connection string of my app so when I'm working on it …

c# asp.net asp.net-mvc-4 azure web.config-transform
No element in the source document matches /configuration/system.web/authorization/

I have the next issue when transforming my Web.Config: No element in the source document matches '/configuration/system.…

web-config authorization roles web.config-transform
Web.Config Transformations with Octopus Deploy

I want to apply web.config transformations with Octopus Deploy, but only on the production environment. I don't want to …

octopus-deploy web.config-transform