How do I change data source

Hi,

I have two databases: one for DEV, another for PROD.

Now I'd need to re-deploy the project to PROD and therefore, change the data source.
While doing so, the settings update just fine, but the website deployed to PROD is still pointing to DEV.

Infer settings, overwrite existing pages, whatever settings don't really seem to have any effect on this.
How can I change this? Either in Visual Studio or in Radzen? Why can't there be a simple switch to parameters?

Thanks
// JS

There is a appsettings.json file with connection strings in the server folder. Furthermore when you deploy the application from Radzen you can modify these connection strings.

Thanks for the quick response!
Yes, I did change the deployment parameters and got it to work!