Read original post by Senthil Kumar at Windows Phone Rocks
An Windows Phone Application might need to store and access data. One of the ways to store the data is the Isolated Storage. An Windows Phone Application cannot access the data stored by another Windows Phone Application and hence the name "Isolated". A typical use of the Isolated Storage will be to store the Application settings or some Data for the App.