Tagged Questions

0
votes
2answers
451 views

IIS7.5 OutputCacheModule kernel caching 'public' ignoring URL

Have some strange behaviour regarding output caching in an ASP.NET 4 application on IIS 7.5. I've been able to repeat the problem simply on other empty setups, I'm certain this is a bug, but unsure ...
0
votes
2answers
3k views

How do I set the cachability of static files in IIS?

I have some static images in a folder on my IIS 6-based website that I want to be downloaded as little as possible (to preserve bandwidth). I've set the Content Expiration to expire after 30 days. Is ...