Where should I store preferences and setting if my goal is that my app should be runnable from a network share and the user's settings should persist regardless of the exact machine he is logged in on at the time?
Similarly, where should I store application wide settings?
The development environment in use is not .Net but can compile apps compatable with Windows 2000 or later, if that is relevant.