Usage of the .NET Settings file for a Shared Application

  • Thread starter Thread starter zacks
  • Start date Start date
Z

zacks

If I have an application installed on a computer that my be used by
multiple users or the computer is something like a CITRIX server, is
the applicaiton Settings file shared by all users? If one of the
setting's purpose is to remember the last database table accessed,
would the last table accessed by one user be the initial table when
some other user launches the same application on the same computer?
 
How do you WANT it to work? Have you considered rolling your own config
manager? Then if you want it to work the same for all users, you can put it
into ApplicationData, and if you want it to work for each user having their
own file, you can put it into their user profile.

RobinS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top