Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When would I want to use httpZip instead of IIS 6.0 built-in compression and ZipEnable?

0
10 Posted

When would I want to use httpZip instead of IIS 6.0 built-in compression and ZipEnable?

0
10

In general, you should use the integrated compression functionality built into IIS 6.0 on Windows Server 2003 for compression, safely deployed and managed by ZipEnable. However, there are some important cases in which you will not be able to get the job done with IIS 6.0’s native compression engine — and where you should use httpZip and ISAPI-based compression on IIS 6.0: • Controlling compression timing collisions with other ISAPI filters or DLLs: You cannot adjust when IIS 6.0 built-in compression takes place in the request/response life cycle. As such, you may have a third party ISAPI filter operating on a request that collides with IIS 6.0 native compression to produce a broken or uncompressed page. Alternatively, as an ISAPI filter, the timing of httpZip compression can be adjusted (in IIS Manager, Properties, ISAPI Filters) to correct this issue. This will affect you if you are running Akamai’s Content Distribution Network (CDN), any ISAPI filters such as third party URL rewrite

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123