Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
server side style?
posted

We have a requirement for an administrator in a remote location to specify the isl file in our multi-tiered application.

So the admin may change the style and all the applications should use this new isl even though they may be in a different country in our Enterprise App.

We therefore need server-side styles - my question is has anyone done this and/or is there a recommended model for this.

My very quick default solution would be to stream the isl using WCF or web service at client startup and overwrite the local ISL from the file generated. We can't use a network UNC for the isl file name.

If anyone has done this or something similar we'd be grateful for any comments.

Kenny