asp.net windows forms - best place to persist application data
Posted
by mikeh
on Stack Overflow
See other posts from Stack Overflow
or by mikeh
Published on 2009-11-18T00:03:12Z
Indexed on
2010/03/20
1:31 UTC
Read the original article
Hit count: 413
winforms
For Windows.Forms, I have an application that needs to get a unique install id for each install from my server, and then persist this data so once registered, the install ID is included on all communications back to the server. The application is in occasional contact with the server.
How can I persist this data on the client in a way that is not easily tampered with?
© Stack Overflow or respective owner