We have an ASP.NET AJAX application that uses Telerik Components including Telerik Reporting. We have three distinct environments viz., Development, Staging and Production. We currently have connection strings for each of these environments in Web.Config and have a setting that indicates which environment we are currently in. Depending on the environment setting, we use the appropriate connection strings.
When it comes to Telerik Reporting, we are setting the connection string of the report designer to use the application connection string of a specific environment. However, when moving the application to a different environment say for example 'Production' we have to go into each of the those reports and point all the datasources to use the connection string pertaining to 'Production'.
Is there any better way to handle this instead of changing it in every single report and for every deployment to a different environment?
Appreciate your input and help...
When it comes to Telerik Reporting, we are setting the connection string of the report designer to use the application connection string of a specific environment. However, when moving the application to a different environment say for example 'Production' we have to go into each of the those reports and point all the datasources to use the connection string pertaining to 'Production'.
Is there any better way to handle this instead of changing it in every single report and for every deployment to a different environment?
Appreciate your input and help...