Tagged Questions
1
vote
1answer
247 views
ASP.NET Cache-Control changes on server
I have ASP.NET MVC action filter that sets the cache-control header of the response. It all works fine except when I publish it to the web server.
When I'm running it through localhost I get the ...
1
vote
1answer
348 views
When do cached static files expire if not specified?
In IIS6, I notice that when "Enable content expiration" is not enabled, no cache-related or expiration headers are sent with the response. Yet static content, such as css files are properly returning ...
0
votes
0answers
249 views
How to set cache control HTTP header to no-cache for a folder in IIS 6
The official document seems to be vague for me on specifying folder path.
Say if I want C:\path\to\my\folder\* to be no-cache for client browser. How should I specify the path? Or is there any good ...
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 ...