| Re: [aus-dotnet] Http Compression... |
- From: Joseph Cooney
- Subject: Re: [aus-dotnet] Http Compression...
- Date: Tue, 05 Jul 2005 10:55:00 +1000
- Follow-Ups:
- Re: [aus-dotnet] Http Compression..., Joseph Cooney
- References:
- Prev by Date: RE: [aus-dotnet] Http Compression...
- Next by Date: RE: [aus-dotnet] Http Compression...
- Previous by thread: Re: [aus-dotnet] Http Compression...
- Next by thread: Re: [aus-dotnet] Http Compression...
- Index(es):
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AFAIK Http Compression is just a matter of setting the appropriate parameter in the HTTP header http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html and then compressing the output stream in the manner which you've indicated in the header. It is not in any way limited to IIS 6. By doing this you're effectively trading off increased server CPU utilization and possibly increased latency for decreased network traffic.
Joseph
The following link shows a good step by step method on how to turn on IIS 6.0 compression.
http://www.dotnetjunkies.com/HowTo/16267D49-4C6E-4063-AB12-853761D31E66.dcik
Don
On 05/07/05, list@xxxxxxxxxxxxxxx < list@xxxxxxxxxxxxxxx> wrote: Anyone have any free resources on http compression...did not realise that broswers support compression... I want to compress most of my pages in asp.net 1.1 if possible.... AnthonyS
(Click here for more information on the aus-dotnet mailling list)
