I have a C#.NET desktop application using SQL Compact edition as data store. The application should be used by any user on the machine and all should be seeing the same data ( data should not different per user).
I am wondering where should I deploy the SDF file?
Where is it best to deploy the SDF file to ensure all users are looking at the same data?
Deploy to a location under the %ProgramData% folder, it can be accessed by all users of the machine