Skip to main content

Having different config for local dev and remote deployment for web.config

I have been maintaining 2 different Web.Config files for ages, one for developement and one for live or remote deployed sites.

This is to say the least a pain. When you deploy your website you then need to remember to either copy the old config and replace or you need to edit the live one with the correct connection strings and the like.

While looking for a solution to a security related problem on a deployment of an ASP.NET site I came across this site:

http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity.html

2 Web Config files...

The essence of this shows how you can have a core web.config then you can have a debug web.config and a depolyed web.config.

To do this all you do is in your Visual Studio project simply right-click the web.config file and select "Add Config Transforms". If it is greyed out / disabled then check if two  files exists under Web.Config

One called Web.Debug.Config and once called Web.Release.Config.

These two files let you add anything in the file that is specific to that deployment, when writing codce the Debug.config is used and when deploying the web.release.config is used.

COOL hey, wow that prevents a lot of work.

Just a few things to note:
  • weg.config is essentially the local copy of web.config. When you deploy web.release.config is the master
  • Look at the demo strings in the files, you do not move the app settings into the Web.xxx.config, rather you replace it using xdt:Transform="SetAttributes" xdt:Locator="Match(name)"
  •  

Comments

Popular posts from this blog

April 7 March – Reflection

The Reality I was unsure if people care enough to make an effort. I planned to join the April 7 March to Save South Africa from the Cape Town Town Hall to Parliament the next day. Arriving in town we could see things were different. We walked past the Market in St Georges mall and saw almost no one there.  As we carried on walking towards the Grand Parade we heard first the motorbikes, then the people. Even though it was not yet noon, the crowd that had gathered was substantial, a lot more than the legal limit of 8,000. I looked up the street and then realized that the crowd was very large, my insecurity that no one cared enough to make an effort seemed like a joke. After some politically charged messages we started a slow march towards Parliament via Buitenkant. It was a slow march with some politically charged chanting – but was peaceful. When we got close to parliament as we could I realized there were a lot of people there.  Pers...

SMTP servers of South Africa

SMTP Settings Below is a list of SMTP sites in South Africa, using this and the ISP Map you can try and find which one works best for you. Telkom smtp.saix.net (ADSL) smtp.telkomsa.co.za (56k dial up) smtp.telkomsa.net Internet Solutions smtp.isdsl.net (ADSL) smtp.dial-up.net (56k dial up on IS) smtp.layerone.net (3g backbone) Vodacom smtp.vodacom.co.za smtp.vodamail.co.za MTN smtp.mtn.co.za Cell C smtp.cellc.co.za (GPRS) mail.cmobile.co.za (also used by Virgin) ABSA mail.absa.co.za iBurst smtp.wbs.co.za smtp.iburst.co.za @lantic smtp.lantic.net (ADSL,Dialup, ISDN) Sentech smtp.sentech.co.za MWEB smtp.mweb.net (ADSL) - this is to be retired End June 2012, use below instead smtp.mweb.co.za (56k dial-up & ADSL & business) iAfrica smtp.uunet.co.za smtp.iafrica.com Neotel smtp.neotel.co.za Tiscali NOW MWeb smtp.tiscali.co.za Netactive NOW MWeb smtp.netactive.co.za Global smtp.global.co.za Hertzner Use y...

Balance

Category: Ponderous When ever you talk to "life coaches" they talk about balance. What is balance, well it is there way of saying spend more time on personal things. That is not balance that is spending more time on personal things. Balance is what people tell you to get, when you are spending too much time trying to ensure that each day when the bills come you do not have a panic attack. So let's say you decide to take some personal time – get more balance in your life. Your read the secret you have the vision you write the goals, you project your positive thinking, and you believe in attaining the goals you have set. The question is what then. Balance implies there is a fulcrum and, and to much of any time on the one side of the fulcrum, is going to tip in other way, surely believing in balance is in itself a limiting belief. What you need to strive for is a pie chart of your time spent the way that is most beneficial to you as a person. The real limit we have is time (...