I’m currently developing an image viewer using asp.net MVC. The image viewer itself works as a charme, but I’m not happy with the caching.
To explain: I’m using the GeneratedImage (http://aspnet.codeplex.com/releases/view/16449) in order to produce the thumbs, but the Server Side Caching is only limited to 5 Minutes and can’t be changed as far as I know.
So my question is, if there’s another solution for caching the generated thumbs or the complete site (inlcuding the generated images) – if that is possible.
Thx in advance
Check out the Image Resizing Module from Nathanael Jones. It does thumbnailing and configurable caching all in one easy module. It’s not free but it’s really easy to use and set up and it works really well.