I have a windows service that hosts a WCF end-point that is a front-end for a SQL Server CE database.
At the moment I have it at:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
Question: what is most appropriate location for this file (database.sdf
)?