Windows service properties.settings.default location? -
i have built windows service app that's installed , running. during debugging while service running, have found when import properties.settings.default , modify it, not saved app.config file in project folder. not find app.config file in [user]/%appdata%/local/ either..
where properties.settings.default.save() save to? i'm running windows 7 if helps.
you find appdata folder system accounts at:
c:\windows\system32\config\systemprofile
or (for x86 apps on win7 64):
c:\windows\syswow64\config\systemprofile
Comments
Post a Comment