Moving Settings to another config file

后端 未结 5 1507
终归单人心
终归单人心 2020-12-15 09:51

Is it possible to move applicationSettings to another config file as it is possible with connectionStrings or appSettings?

When I create Settings for my web applica

5条回答
  •  独厮守ぢ
    2020-12-15 10:39

    If it were my project, I'd get rid of the applicationSettings and move everything to the appSettings section. The value of applicationSettings is that the values can be strongly typed and available to Intellisense. Neither of those are especially advantageous to your situation. Of course, that big hit of moving everything isn't worth it if you are still creating settings through the designer.

提交回复
热议问题