My customer have several internal web applications - we are remaking one of them. As the different applications use different images and icons, the IT manager now wants us to deploy a common library for this.
We a bit uncertain on how to do this. The library should have a Editor role to prevent unauthorized changes to the library and at the same time available over the web (global company).
- Should we host the images in a shared webapp we already have, e.g. Confluence, and link them runtime?
- Should we host the images as in #1, but link them in compile time?
- Other
We're using VS2010 and TFS btw.