Hi I have a problem with static file handler, which is responsible for the files like html, jpg, gif etc. Apparently this static Items are for short time cached from this Handler. To put this cache off, i've made a custom handler public class ImageCacheHandler : IHttpHandler { public bool IsReusable...