Thanks a lot,
Yes, I know about commercial modules, but I didn't hear about this
compressor, thanks, it will be interesting.
I also found many articles including MSDN article about compression in IIS
5.0, but actually I could not find anything for me My version if IIS
doesn't have these tabs in settings and I'm just wondering why Microsoft
provided wrong or not full information about this topic.
Take a look.
http://www.microsoft.com/technet/pro.../httpcomp.mspx
That's strange. I suspect that they forgot to write that this compression is
added to Server and Advanced server version only and write about ANY IIS
5.0, but that's not true.
Just D.
<wwwcoder@gmail.com> wrote in message
news:1110896321.092795.237690@f14g2000cwb.googlegr oups.com...[color=blue]
>
> Just D. wrote:[color=green]
>> Who knows beginning from which version of IIS, 5 or 6 only, and what[/color]
> system[color=green]
>> like 2000 Server, 2000 Advanced Server, we can use the built-in[/color]
> compression?[color=green]
>> I heard once that it was implemented beginning from Windows 2000[/color]
> Server and[color=green]
>> we could use it but I'm not sure that it's true. Right now we're[/color]
> having[color=green]
>> Win2000AdvServer and want to get this feature. But according to this[/color]
> article[color=green]
>> we can't use it, but only from IIS 6.0
>>
>>
http://www.wwwcoder.com/main/parenti...8/default.aspx
>>
>> Who knows for sure?
>>
>> Thanks,
>> Just D.[/color]
>
> You can compress on Windows 2000, but not via the internal IIS
> compression. You can use add ons like httpcompress
> (
http://www.blowery.org/code/HttpCompressionModule.html). HTTPCompress
> is an http module for ASP.NET, you basically define it within your
> web.config. The one drawback however, since it is an http module, it
> will only compress files processed by the CLR. It will not compress ASP
> pages just aspx, etc. HTTPCompress is free and is what I use on
> WWWCoder.com for compressing content. Using a third party module allows
> you to compress based on mime type, and folder, something IIS
> compression does not support.
>
> There are several commercial modules available, but I like httpcompress
> since it is free and you get the source code.
>
> Patrick Santry
>
http://www.wwwcoder.com
>[/color]