Hi there,
I have a page based on an item with a custom Razor template that outputs data as a CSV file (along with the appropriate header and such). I also have GZip compression turned on in the Settings area. When GZip is turned on, my CSV becomes much like a ZIP file. When I download it, and rename it to zip, I can look into it and see my CSV file / data.
How do I prevent GZip compression from happening on this page only without turning it off for the rest of the site?
Thanks!
Imar