Hi, I have enabled HTTP compression in IIS6 and set the compression
level to 9 and it works a treat!! My site has sped up by 55%!!!
One problem though. It is a ASP.NET application that created dynamic
reports etc etc which a client can donwload then. We use the
conventional way of popping up a form called frmDownload.aspx which
will receive the memstream and binarywrite it out. This has always
worked until now.
Now what we get is the following. It still pops the window up and you
get the download file dialog, but it wants to download frmDownload.aspx
and even if you say yes, it comes back with an error saying internet
explorer cant donwload the document and it contains no data. As soon as
we disable compression, it works again.
Any ideas please?
Thank you,
Ryk