I have designed a website in ASP and uploaded on readyhosting's windows shared server. I ask them to enable gzip option from IIS web server but they are no supporting.
Is there any option to compress files over network?
thanks, Rau
I have designed a website in ASP and uploaded on readyhosting's windows shared server. I ask them to enable gzip option from IIS web server but they are no supporting.
Is there any option to compress files over network?
thanks, Rau
Take a look: Compressing HTTP output with an HttpModule (C#) and Understanding Compression and Decompression in ASP.NET 2.0
The blowery.org HttpCompressionModule was mentioned in Jeff's blog a while back when he was considering compression options.
There was also bunch of other good/related stuff he's blogged about: