Transform off of pre-existing web.config file?

We host a commercial third party asp.net web.app that we add our own Single SignOn hooks into. To facilitate this, we must deploy our in house DLL’s to the third party web app bin folder and modify the third party web app’s existing web.config. Is there a way in Octopus to manage such as app where the existing web.config is transformed rather than deploying a new web.config and transforming it?

scott

Hi Scott,

Thanks for getting in touch! There is no in-built feature with Octopus, but you could use deploy.ps1 PowerShell script to achieve this.

Cheers!
Vanessa