i try to control my iis6 caching i was able to set
Cache-Control public, max-age=1000000
but i can't set the
Expires
any help?
|
feedback
|
|
Are you trying to set this server side or in code? In IIS6 you can set this up by:
OR
In Code you do this by adding a
Note, there are many other factors involved with caching web content other than just the | |||||
feedback
|