Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about WinForms when accessing a Web Service
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00672777
Message ID:
00673024
Views:
17
>This sounds pretty crazy, as a WinForm that is utilizing a Web Service might need to write data locallly (like store user selections, user preferences, etc.)
>
>Can anyone shed any light on this?
>

Sounds like a perfect scenario for Isolated Storage:

"Isolated storage is useful in many situations.
Downloaded controls. Managed code controls downloaded from the Internet are not allowed to write to the hard drive through normal I/O classes, but they can use isolated storage to persist users' settings and application states."

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconscenariosforisolatedstorage.asp
Previous
Reply
Map
View

Click here to load this message in the networking platform