|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how do i control caching on images bc i cant send headers with the images??? running iis.
|
|
#2
|
|||
|
|||
|
you might want to try this product: CacheRight. you cand find it at
http://www.cacheright.com .Hope you find it useful |
|
#3
|
|||
|
|||
|
Just use the following code to prevent caching of your pages on the client computer. Change the tags to control caching as you like. A simple search on the Net will get you explanations of the individual tags. Hope it is helpful
<%response.Expires=0%> <%response.ExpiresAbsolute=Now()-1%> <%response.addHeader "pragma","no-cache"%> <%response.addHeader "cache-control","private"%> <%response.CacheControl="no-cache"%> Anil URL |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > know how to control caching for asp pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|