I would like to know if it’s possible to have my SL application consume configuration specific to client.
I want my application to be located on the local intranet, and clients will have the abillity to change configurations manually – by editing a xml file.
What’s the approach i should take in this scenario?
Thanks
You could certainly build this kind of functionality into your application and store the configuration in Isolated Storage. See the following for info on working with Isolated Storage:
Isolated Storage