Isolated Storage - Where it will be physically stored and what is the of creating it.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Garry GibsonPosted May 13, 2014, 2:27 AM
http://msdn.microsoft.com/en-us/library/3ak841sy.aspx#isolated_storage_locations
Also I'm not sure if I maybe missundersood you, but if you are looking for some disadvantages of using isolated storage then the only one I encounter was an issue when running the application with low privileges.
You see to access IsolatedStorage your code must have all the necessary native platform operating system rights and if it doesn't it will fail to create an IsolatedStorage stream.
You can read more about this on the above link under the Secure Access section.