I'm trying to store some data in Isolated Storage through an ASP.NET Web Page.
This particular code below,
Using isoStore = IsolatedStorageFile.GetUserStoreForApplication()
is giving me below error :(
Err : Unable to determine application identity of the caller
Any idea to resolve this??
Please kindly do not post to links. Please provide the solution if you have. Thanks.