C# How to compress .ashx content?

Posted by Martijn on Stack Overflow See other posts from Stack Overflow or by Martijn
Published on 2010-06-02T15:01:06Z Indexed on 2010/06/02 15:04 UTC
Read the original article Hit count: 208

Filed under:
|

In my web application I use an ashx file to write a file to the browser. I've noticed that there's no compression over the .ashx file, but only over my .aspx files.

Is it possible to compress .ashx? And if it is possible, how?

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp-net