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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -