Web.Config connectionStrings support

My Web.Config currently has connectionStrings in the form of:

    <add name="MyConnectionString" connectionString="Data Source..." providerName="System.Data.SqlClient" />

Does Octopus supports transformations using this format?

Hello,

Yes, this format is supported. This page has an example:

Hope that helps,

Paul

Hi Paul,

Thanks for the quick response. The reason why I asked was because that link you posted has examples that uses a different format than the one I posted above. I’ll try it though.

Thanks,

LC