How persistent is isolated storage - does Silverlight treat it as a cache, deleting items when it needs more space, or only when the user or application requests it?
There are also many ways to identify isolated storage - a machine, an application, a domain, .... I am having problems with how this all relates to the user. Is it possible, and if so, how to create and then extract an isolated storage file with the following properties:
- The same file is used, regardless of which Windows user is registered.
- The same file is used regardless of the version of the assembly (xap update). Instead, the url will remain constant. This should work even offline (outside the browser).
Basically, I want isolated storage to be preserved in all application updates, as well as when logging in for different users.
David
source share