-
Posted to
IIS 7 - Troubleshooting
by
ThierryV
on
07-16-2009, 5:24 AM
Hi Anil,
This is what I do in the application code.
A typical request is http://mysite/get-image.img?path=test.png&width=240&height=320&format=jpg&tag=xyz&expire=365
Within “get-image.img” code, I have this:
HttpCachePolicy cachePolicy = ...
-
Posted to
IIS 7 - Troubleshooting
by
ThierryV
on
07-10-2009, 6:09 AM
Hi,
I am using the output caching feature from IIS 7 for a website serving mostly runtime-processed images. The output caching works really well; however, it does not remember the HTTP headers of the initial response, particularly the “Expires” one.
Therefore, any client requesting an image served by the output cache doesn’t receive the HTTP ...
-
Posted to
IIS 7 - Troubleshooting
by
ThierryV
on
12-16-2008, 9:52 AM
Hi,
I experienced some problem with IIS7 on a Windows 2008 server.
A web site handles requests from a mobile java application. Sometines two User-Agent are send in the request header. The result is a 400 error "Header". We are trying to fix that in the application but I also try to patch the server as the application is ...