I want the setup setup.net file to work in my installation file and another one so that my application runs on another PC? what is the solution for?
Do you mean using an include file?
How is the file attribute in the appSettings element or SectionInformation.ConfigSource property ?
<configuration> <appSettings file="machine-specific.config"> <add key="Application Name" value="MyApplication" /> </appSettings> </configuration>
Source: https://habr.com/ru/post/1342786/More articles:Create JUnit TestSuite non-statically - javaHow to install TestNG plugin for Eclipse - eclipseMethod invoked in WPF when resizing a window? - wpfSMTP configuration environment configuration pickupdirectorylocation - c #Can I use Threading.Timer in its callback? - callbackSimulink binary integer - matlabWindows batch file to check the modified file date and output to the log file, if not a specific value - windowsjQuery UI sortable - allows you to drop the parent - jqueryBoost named_semaphore examples? - c ++Sorting list > - javaAll Articles