Web.config transformation lets you easily transform .NET application configuration files.
1
vote
0answers
6 views
Add config transform for WebSite
We do have lots of legacy sites which are built with WebSite option in visual studio rather than project. What I am trying to do now is, using TeamCity and Octopus to streamline our deployment ...
0
votes
0answers
2 views
Removing all bindingConfiguration properties when transforming web.config
I'm working on transforming a standard web.config (.NET 4, VS2010). In the development environment we have a bunch of bindings, which are referred to by the endpoints. In the production environment we ...
0
votes
1answer
29 views
pubxml XML to change a web.config value on web deployment
Suppose I have a web.config parameter under <appSettings><add key="myParam" value="myValue"/></appSettings> and I want to modify the value for myParam depending on the publish ...
0
votes
1answer
49 views
Powershell Script: prompt a file (by mask) and use that file in a command line
Disclaimer: I don't know enough about ps to accomplish this in a reasonable amount of time, so yes, I am asking someone else to do my dirty job.
I want to be able to run a web.config transformation ...
0
votes
0answers
82 views
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 my build. When I run the build I check the web.config file no transforms have been ...
0
votes
0answers
26 views
Nuget packages to add their settings in custom xml file instead of the web/app config file
With some custom logic I have added a template for my web config in my Asp Mvc 4 application. When I need to modify the web.config file I am editing the template file for it and the changes are ...
0
votes
2answers
77 views
AppHarbor custom config file transformations
I have an xml file, saml.config that contains some saml info. That information needs to get transformed in release builds to include production urls instead of development and staging urls. In my ...
0
votes
1answer
28 views
With a web.config transform, how do you inject a canonical url rule at the top?
Within an ASP.Net project, for the release build's Web.Config (using a Web.Release.Config transform file), how do you inject a canonical url rule in the rewrite section?
0
votes
1answer
150 views
MSBuild - how to force “AfterBuild” target when I do deployment?
I have the following setup: ASP.Net MVC .Net 4.0 solution with 5 projects in it, and several solution configurations (Site1-Stage, Site1-Live, Site2-Stage, etc). The reason for this is simple - we ...
1
vote
1answer
30 views
prevent transform files from getting deployed
I am working with an asp.net mvc web application that works with using web transform files to transform the web.config and other config files. This works very well.
An improvement I would like to ...
-1
votes
1answer
189 views
web.config transforms - appSettings node does not transform
I have got appSettings that i would like to share between multiple web applications. So at my root level for my solution, i created a folder "Common ConfigSettings". In here i have
all the common ...
2
votes
1answer
129 views
How to force replace an element using config transform in Visual Studio?
We know that Visual Studio has this awesome feature to transform Web.config on publish. So we can have something like the following in Web.Release.config to replace the original value in Web.config:
...
3
votes
1answer
121 views
Web Config Transforms: Insert If Not Exists
I would like to apply a transformation if and only if a matched element does not exist in the target. Trying various xpath expressions using http://webconfigtransformationtester.apphb.com/ but no luck ...
2
votes
1answer
363 views
Error doing web.config transformation for different enviroments
I was trying to deploy my app into different environments then i started following this how to:
Deploying an ASP.NET Web Application to a Hosting Provider using Visual Studio or Visual Web Developer: ...
1
vote
3answers
125 views
Select node based on child node value in Web.config Transform
I have the following XML in my web config and I would like to select an attribute for removal using web.config transforms, but I would like to select the element for removal based on the value of one ...
1
vote
0answers
79 views
appSettings.config file transformations not applied using msbuild
I have inherited a project which has the appSettings and Connectionstrings in separate files.Using SlowCheetah I generated the transforms for each file for each environment.
The structure looks ...
1
vote
2answers
177 views
How do I view the transformed web.config while debugging (SlowCheetah)
I've installed the SlowCheetah plugin in VS 2010. I can Preview Transform on web.debug.config and it looks correct. However I don't think the transform is occurring while debugging.
How do I view the ...
0
votes
1answer
124 views
Web config transformation condition/match to select a node based on parent node attribute
I have a transform that looks like this
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<a>
<b>
<c>
<d>
...
1
vote
0answers
362 views
When precompiling ASP.NET MVC 4 project in Visual Studio 2012, does it try to resolve the entire config chain locally?
Can someone please confirm or deny my assumption below and/or offer any alternatives?
My Goal
I'd like to be able to precompile and merge my ASP.NET MVC 4 application (as documented here and here) ...
0
votes
1answer
114 views
AppHarbor Web.config transform error
I have web.config file that overrides items in Settings file like this:
<applicationSettings>
<MvcApplication.Properties.Settings>
<setting name="FacebookUrlAuth" ...
1
vote
0answers
40 views
Remove parent of matched locator
Is there a way to locate a node based on child properties? or to delete the parent of the matched node?
I need to run a web.config transform to remove the 2nd <dependentAssembly> in the following:
...
0
votes
0answers
171 views
One more web.config transform doesn't work
I had a web application project where web.config transformation were used and they worked.
Then I had to seriously change the project, actually to create a new project file and add everything there. ...
3
votes
1answer
195 views
Inserting multiple items with Web.Config transforms
I've got a C# project that references a lot of WCF services. For local testing, I want to replace the contents of the identity tags so that it will accept anything running on localhost.
The following ...
1
vote
2answers
120 views
CodeAssassin.ConfigTransform for of arbitrarily named config files
NuGet packages such as CodeAssassin.ConfigTransform tranform web.*.config or app.*.config to web.*.config.transformed or app.*.config.transformed upon a VS build.
However, what if you have config ...
5
votes
1answer
253 views
Can multiple build configs share one config transformation?
I'm using SlowCheetah for XML transforming a bunch of config files in a project.
However, this same solution is part of a load balanced setup, where some config values differ between the different ...
0
votes
0answers
37 views
Why won't my Web.config transforms work? [duplicate]
Possible Duplicate:
What do these Visual Studio warnings mean?
I'm trying to use config transforms, specifically to change database connection strings when I deploy the site to a production ...
0
votes
1answer
179 views
Why is msbuild duplicating entries in web.config transformations?
I am using web.config transformations to insert entries into the web.config for certain build configurations.
E.g. my Web.Test.config has this entry:
<elmah>
<errorMail from="me@me.com" ...
0
votes
1answer
396 views
Runtime error in Web Config
I have a web application in IIS 7.5 developed under ASP.NET 4.0 and SQL server 2008 R2. Now I am doing the testing the application, it was worked fine upto 10 entries suddently one error occured after ...
1
vote
1answer
803 views
VS2012 like multiple web.config transformations in VS2010
Is it possible to use the VS2012 profile specific web.config transformations within a VS2010 project?
Utilizing build configurations is getting out of had with the project I am currently working on. ...
1
vote
1answer
301 views
Set multiple attributes on root elemement using web.config transformation
In visual studio (web.config transformations) I have a transformation I want to perform which adds two attributes on the root element.
One attrbute works (but not multiple ones).
And I can set ...
1
vote
0answers
346 views
Mixing web.config transforms and Parameters.xml, or something to that effect
I've been using web.config transforms for a while now, for deployment on a few of our projects. What I'm now trying to achieve, is to have Web Deploy's 'Import Package' screen to prompt to check & ...
0
votes
1answer
254 views
Visual Studio 2010 Web Deploy Config Transformation Based on Publish Profile Name
I've a Project called TestWebSite.
I create 2 Solution Configuration (Debug, Release)
Then I create a Config Transformation for Web.Config.
Then I create 2 "Publishing Profile"
1) ...
3
votes
2answers
189 views
Include a file in a csproj but exclude it from publishing?
We use a local config file with database connection strings, in the event we need to hook our local computer up to the development or even production database. We call this file ...
1
vote
0answers
261 views
Can I include web.release.config.transform in my NuGet package?
We're using SlowCheetah config transforms to manage configuration, so in each of my web apps I have:
> Web.config
> Web.debug.config
> Web.release.config
I want to include an ...
7
votes
2answers
833 views
Web Config Transformation to add a child element
I've got the following configuration in web.config:
<resizer>
<sizelimits imageWidth="0" />
<plugins>
<add name="MvcRoutingShim" />
<!--<add ...
1
vote
1answer
95 views
Web.Debug.Config with different connection strrings
I have a Web.config file and a Web.Debug.Config file. My Web.Debug.Config file is practically empty and I would like to add to it a connectionstrings section to override the one in the Web.Config ...
0
votes
3answers
103 views
In Visual Studio C#, is there a way to apply Web Config Transforms to Javascript files?
In Visual Studio, I have some Javascript code on a site I'm developing. While I'm debugging I'm using the $ajax call to "localhost". When deployed, it will need to be the actual server:
...
4
votes
1answer
302 views
Insert DateTime.Now to a Web.Config during publish/deploy
I want to have a date when an application was deployed/published in my Web.Config.
Is there a way to achieve that with web.config transformations?
With xdt:Transform="Replace" I can replace any node ...
0
votes
1answer
169 views
Transformation of web.config
I work on a big asp.net entity framework web application with a lot of EDMX (actually 10, later, more than 30). Each EDMX has his own connection string.
When I deploy, my app, I want to change these ...
1
vote
1answer
420 views
How to convert configSource to inline elements in web.config on transformation
Currently my web.config looks something like this:
<configuration>
<connectionStrings configSource="connectionstrings.config"/>
</configuration>
When generating a deployment ...
0
votes
1answer
1k views
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 structure:
Transform.bat
Transforms
ConfigTransform.proj
Web.Transform.config
Website
web.config
Views
...
1
vote
4answers
301 views
asp.net website vs web application
I've read a lot of discussions about web site vs web applications in asp.net
The way we work in my team (10 programmers), we use the project type "web site", and for our dev environment, we just copy ...
3
votes
2answers
285 views
MSBuild - Perform all config transforms at once - and transform other files
I have been working on a build script for a website that we have. The website is a classic asp web app with an asp.net website in a folder of the classic asp web app.
We have different versions of ...
0
votes
1answer
402 views
Unable to use web config transforms with securitySwitch. Possible workarounds?
I'm using securitySwitch for a few of my projects and it's worked wonderfully. However, one of my projects has grown and I'm unable to perform any web.config transforms on the securitySwitch config ...
0
votes
0answers
307 views
web.config transformations in a “WCF service” website
In this video Scott Hanselman shows how you can apply transformations to the web config so that you can have different configuration details for development and deployment.
This doesn't seem to be an ...
0
votes
1answer
1k views
Change web.config during deployment
I need to switch between http and https during development and deployment.
To do that, I need to make the following changes in web.config:
<behaviors>
<serviceBehaviors>
...
4
votes
1answer
391 views
Can I customize the web.config transform for appharbor deployment?
Checking out AppHarbor today. My primary question is in the title, but I have other questions related to git + windows.
First of all, related to this video. I like the idea that I can specify config ...
1
vote
1answer
592 views
Web.config transformation and search and replace
I need to switch out an IP address in multiple WCF services in web.config. With web.config transformation, is there any way, besides specifying each an every address by xpath, to create a search and ...
6
votes
2answers
2k views
How to remove a ConnectionString using Config Transformations
I have a Web.config with several ConnectionStrings
<connectionStrings>
<add name="connStr1" connectionString="...
<add name="ConnStr2" connectionString="...
<add ...
7
votes
1answer
2k views
Web Config Transform not working
net MVC 3.0 Application i have appsetting
web.config
<appSettings>
<add key="SMTPHost" value="mail.domain.com"/>
<add key="SMTPUsername" value="user@gmail.com"/>
<add ...
