What is the difference between isolated storage settings and application settings?

I would like to know the difference between the isolated storage settings and the application settings? When to use what is in the application in Silverlight.

+3
source share
2 answers

There is isolated storage for the site and for the application and related settings that built it.

The site store is distributed between all applications running from the same domain, where the application store is shared only by all applications running from the same uri - usually it will be only one application.

Both exist until the user explicitly removes the user.

+1
source

MSDN :

SiteSettings , . , http://www.contoso.com/site1/application.xap SiteSettings http://www.contoso.com/site2/application.xap. SiteSettings www.contoso.com/ dev.contoso.com/, .

, XAP , .

0

All Articles