To deploy .net core application to iis

Hi,
I wanted to deploy my .net core project to iis website. I am able to do that using octopus deploy.
But now, I wanted to change certain variables in appsettings.json file like BaseUrl needs to be changed from localhost to a different site name. Also I want to update connection string for Postgres .
I could not find a step by step guide anywhere on the octopus website .
Please help me in this regard.
Thanks

Hi @vin333t,

Thanks for getting in touch!

You can change values within a JSON file through our JSON configuration variables feature.

I hope this helps, please let me know if you have any further questions.

Regards,
Paul

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.