How to change app.config file name?
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Normally the application config file name is app.config, but in my application have many application config file so I want to change it to xxxx_en.config or xxxx_fr.config for each module(DLL file), for each language thanks, cuong
-
Hi all, Normally the application config file name is app.config, but in my application have many application config file so I want to change it to xxxx_en.config or xxxx_fr.config for each module(DLL file), for each language thanks, cuong
Dont think you can.