Since a Windows service doesn't run within a user context, what is the "correct" place to put writable data? Is there such a location that is version-independent (I'm thinking Vista vs XP)?
A:
What kind of writable data?
Normally, an application would use either a database or a flat file for actual data. For error messages and the like, use the Event Log.
Jon Seigel
2009-11-10 19:38:41
It's user data, stored as flat text files, but not specific to a user.
oakskc
2009-11-10 19:46:54