HTTP Compression - Urgent

J

JDCaruso

i have activate the HTTP compression for static and
dynamic files, the problem is that iis or web browser is
caching the response of the asp page... and allways
display the same. Example:
<%
Response.Write "Time: " & Time()
%>
allways display the same time, i need to do a manually
Refresh (and that is not what i want...).
how can i fix the problem

Thanxs
 
J

Jeff Cochran

i have activate the HTTP compression for static and
dynamic files, the problem is that iis or web browser is
caching the response of the asp page... and allways
display the same. Example:
<%
Response.Write "Time: " & Time()
%>
allways display the same time, i need to do a manually
Refresh (and that is not what i want...).

Set timeouts, refresh interval, use the PRAGMA NO-CACHE directive.
Lots of possibilities depending on what you need to accomplish and
what you have access to configure.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,084
Latest member
HansGeorgi

Latest Threads

Top