Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Transform Your Web.Config

As you deploy your website to various production servers, inevitably you will be required to have different versions of your web.config that contain different credentials, connection strings, etc. In the old days of web deployment, you would be required to either:

...

Once the publish has completed successfully, navigate to the target location using windows explorer and find the web.config file that was published. Open the web.config using notepad. If the config contains your production connection string then you have correctly setup your Web.Config Transforms.

Building your Web App with Continua

Now that our web.config values are dynamic when publishing, lets get Continua building and deploying our Web App.

Part 3: Build your Web App with Continua