W
WineNCheese
Where do people put application data that is not user specific? For
example, what if I have a xml file containing r/w data for a forms
application, and the application may be used by users with limited rights.
I cannot do any user management, and there is no reason to expose the user
to the fact that these files even exist.
Documents and Settings\All Users\Application Data\... is out because it is
not available to restricted users.
Application directory is out for the same reason.
LOCAL_MACHINE hive in registry is out for the same reason.
Confuzed
example, what if I have a xml file containing r/w data for a forms
application, and the application may be used by users with limited rights.
I cannot do any user management, and there is no reason to expose the user
to the fact that these files even exist.
Documents and Settings\All Users\Application Data\... is out because it is
not available to restricted users.
Application directory is out for the same reason.
LOCAL_MACHINE hive in registry is out for the same reason.
Confuzed