Hi Mirek,
Should I create my own settings or can I use classic application
settings. Is there way to change this application-scoped settings
change programmatically?
Unlike the user-scoped settings, the framework doesn't provide a method to
change application-scoped settings in the run-time, and the
application-scoped settings are read-only in most cases. So I suggest you
can create your own settings in a plain xml file and put it in the same
directory (or a well-known path) with your service's image, then manipulate
that xml file in your service's application to read and edit those settings.
Thanks for your understanding.
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.