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

后端 未结 10 761
予麋鹿
予麋鹿 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:08

    I know it's already answered but couldn't you just synchronize the settings in the settings designer to move back to your default settings?

提交回复
热议问题