digioz
Member
In VS 2005, when you create a User setting under Project Properties > Settings:
View attachment 1327
Which creates an entry in the App.Config:
View attachment 1328
Now when the application overwrites the value of each of these keys, it doesnt write the value back to the app.config (because it needs to keep track the value for each user of the application seperately). I am guessing that it stores it in the registry somewhere, but a registry search didnt yield a result, which makes me think maybe its encrypted.
Does anyone know where in the registry these values are stored?
Thanks,
Pete
View attachment 1327
Which creates an entry in the App.Config:
View attachment 1328
Now when the application overwrites the value of each of these keys, it doesnt write the value back to the app.config (because it needs to keep track the value for each user of the application seperately). I am guessing that it stores it in the registry somewhere, but a registry search didnt yield a result, which makes me think maybe its encrypted.
Does anyone know where in the registry these values are stored?
Thanks,
Pete