When using a Settings.settings file in .NET, where is the config actually stored?

后端 未结 10 762
予麋鹿
予麋鹿 2020-11-29 16:03

When using a Settings.settings file in .NET, where is the config actually stored? I want to delete the saved settings to go back to the default state, but can\'t find where

10条回答
  •  既然无缘
    2020-11-29 17:03

    It is in a folder with your application's name in Application Data folder in User's home folder (C:\documents and settings\user on xp and c:\users\user on Windows Vista).

    There is some information here also.

    PS:- try accessing it by %appdata% in run box!

提交回复
热议问题