P
Paul Hetherington
Hi,
I am writing an application that has to be run via a web browser and it also
must run using the default security settings for an internet application
(Framework 1.1). Which is the lowest setting.
Part of the Design Specs is that each user's preferences are saved. I
thought about using Isolated Storage for this and saving the User's Settings
to a xml config file, but I can't save to Isolated Storage with the Default
Security Settings. Does anyone have any other suggestions I can try? I
know I can store the info on the web server as well and access via a
WebService, but I was hoping for a way to accomplish this without storing
the information on the Server.
TIA,
I am writing an application that has to be run via a web browser and it also
must run using the default security settings for an internet application
(Framework 1.1). Which is the lowest setting.
Part of the Design Specs is that each user's preferences are saved. I
thought about using Isolated Storage for this and saving the User's Settings
to a xml config file, but I can't save to Isolated Storage with the Default
Security Settings. Does anyone have any other suggestions I can try? I
know I can store the info on the web server as well and access via a
WebService, but I was hoping for a way to accomplish this without storing
the information on the Server.
TIA,