How to update the XBAP configuration file after deployment?

We have a WPF XBAP application that we want to change on the server after it is deployed. Since the configuration file is embedded in the deployment files, how is this possible?

For example, do we want to change the database connection strings to which the deployed application is connected, or do we want to update the binding parameters of the WCF service to which it is connecting? We want to update the configuration file on the server and not recompile and redeploy each time.

Thank!

+3
source share
1 answer

SDK MageUI.exe. . , MageUI, .

Visual Studio, MageUI .

, HTTP- ( , .config, ASP.NET ) .

+3

Source: https://habr.com/ru/post/1698364/


All Articles