I have implemented caching Images in my website, It is working fine in IIS 6 but not working in IIS 7 problem is images not shown on my website on iis7 hosted server but shown on iss6 hosted server
I have implemented caching using this Article....
http://www.codeproject.com/KB/aspnet/CachingImagesInASPNET.aspx
Does anyone have any idea what's going wrong or anyone have good suggestion regarding Image caching.....Any hellp will realy appreciated...
Thanks
You might need to register the handler... Is it in you web.config for IIS7?
try looking at this link?
IIS7 file mappings - .asax, .ashx, .asap
Here's a quick edit to web.config for caching images/css/js in .NET
see this post: http://madskristensen.net/post/Add-expires-header-for-images.aspx