config-transformation Questions

8

Solved

I have a project I am trying to use SlowCheetah for. I have created my config file (Test.web.config) and all the transformations I want to use (Debug_Mock.config, Debug_SQL.config, Release) in my B...

4

Solved

I have an asp.net application, which must run under SSL, and it has some rewrite rules defined in web.config to accomplish this. <!--file web.config --> .... </system.webServer> <r...
Holozoic asked 3/5, 2014 at 20:53

4

Solved

I have a value stored in my web.config file that I would like to change when the site is published. I want to change it from TEST to LIVE. <appSettings> <add key="RequestMode" value="TES...
Peggi asked 28/3, 2013 at 14:0

2

Scenario: I have a class library project with custom .config files. Build Action for these config files are set to 'Content' and 'Copy Always'. This library project is then referenced in at least ...
Highpowered asked 18/12, 2013 at 15:29

4

Solved

I don't want to install Slow Cheetah on all the build servers. We are using Slow Cheetah for config transformations and it is working perfectly fine. It generates multiple app.config files and ...

1

Solved

For my Play 2.2/Scala application (built with SBT), I would like to deploy different configuration files depending on the environment I'm deploying to (e.g. to couple a deployment with a particular...

1

Solved

I assume this is a simple fix considering I don't see any other posts about others having this issue. I am using VS2012 and I added slowcheetah 2.5.10.3 to the project using the nuget package insta...

2

I am setting up a Jenkins server to build .NET projects. We our using the visual studio Web.config transformations to transform our config files for each environment (Dev1, Dev2, QA, and Release). ...
1

© 2022 - 2024 — McMap. All rights reserved.