I am writing a program in vb.net that requires a user to log in before he can use the application. The main user is created when the program is installed, similar to how windows works when it is insta
I need to persist a few cookies (they are not marked HttpOnly) between requests after signing in. I have it working in normal cases, but not after coming back from tombstoning. I\'ve tried saving them
How can I store WCF Data or Odata to my WP7 isolated storage and开发者_运维问答 also correctly read these objects later on?I know this is CTP but its work taking a look considering the title has every
I am using Wp7IsolatedStorageExplorer to get some 开发者_开发技巧small files (say max 20 bytes) stored in IsolatedStorage.But every time I download file the Filesize remains12288 bytes(for small files
Is it possible to set an expi开发者_JAVA技巧ration time on the data stored in Isolated Storage like we can do for cookies? Can we have something similar to Session cookie in Isolated Storage?No... iso
I am looking into concepts of how to implement a bookmarks or favouities type function into my application. Basically, this enables the users to save favourite pages from my app, which are then displa
I have an application that allows users to save files to Isolated Storage. The application will display all files, in similar fashion to the file explorer and will allow a user to double click the fil
We have a windows application, where we make use IsolatedStorage to save some application settings. And recently user asked us to provide option to reset the application means, it should as newly inst
my application uses the standard app.config to store the public configuration data. However, there are still some other data which are not public, but they still must be accessible all the time, persi
Hi everyone I would like开发者_运维问答 to know if it\'s possible to deploy my app assets directly to Isolated Storage once the app get deployed.