Where are user-mode .NET settings stored?

前端 未结 3 1903
甜味超标
甜味超标 2020-11-29 05:39

I\'m wondering what is the magic behind .settings files in .NET. Imagine you create an assembly called in this example SettingsHolder, you create your settings

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 06:31

    On OS >= Vista I will claim the the user-setting file it's located here:

    %LOCALAPPDATA%\ yourcompany \ app-name \ ..\user.config

提交回复
热议问题