O
Ofer Zelig
Hello,
I have a simple AJAX-enabled (RC 1.0) web site. Runs perfectly on my local
machine (debugged by VS IDE).
The problem is that on remote ("prodction") machine, every "satellite"
file - JS, GIF etc. gets downloaded every time. I see it using HttpWatch (a
tool similar to Fiddler).
Locally, the client appropriately sends If-None-Match header so the server
returns 304 Not Modified as needed. But accessing the remote version, the
client doens't send this header, so the server always returns 200 and a full
stream.
I'd appreciate your help!
Thanks,
Ofer
I have a simple AJAX-enabled (RC 1.0) web site. Runs perfectly on my local
machine (debugged by VS IDE).
The problem is that on remote ("prodction") machine, every "satellite"
file - JS, GIF etc. gets downloaded every time. I see it using HttpWatch (a
tool similar to Fiddler).
Locally, the client appropriately sends If-None-Match header so the server
returns 304 Not Modified as needed. But accessing the remote version, the
client doens't send this header, so the server always returns 200 and a full
stream.
I'd appreciate your help!
Thanks,
Ofer