I have an approval and a production environment in the cloud, but I deploy Deploy in File System .
I have to insert some parameters and change the connectionString for each of these environments.
Parameter examples:
- Information to know when the approval environment is and not to send emails to clients, only to test inboxes;
- Inform the directory where the files should be saved.
Is there any way to change web.config , adding or changing parameters depending on the Deploy option I choose?