Where to store configuration for a simple .NET application?

后端 未结 7 2051
死守一世寂寞
死守一世寂寞 2020-12-16 00:50

I\'m programming a fairly simple application which I want to cut to just one simple EXE file + some data storage (XML for example).

My question is regarding configur

7条回答
  •  离开以前
    2020-12-16 01:33

    I would store them in the same directory. That just seems easier to me, at least that's the way I always do it.

提交回复
热议问题