使用IIS6.0对没有扩展名的文件进行Gzip压缩

发布于 2024-07-09 16:50:57 字数 230 浏览 10 评论 0原文

有人设法在 IIS6 的网站上激活 Gzip 压缩吗? 我们正在使用 Castle Monorail(顺便说一句,它非常好),因此拥有干净的 RESTful URL,没有扩展名...... ...... 还有一个问题 -> 据我们所知,我们需要在端点上进行扩展以允许 gzip 压缩。

看来唯一的出路是我们自己的 HTTPModule - 还有其他人知道其他方法吗?

干杯 伊安

Has anyone managed to activate Gzip compression on a website in IIS6 ?
We're using Castle Monorail (it's very nice btw) and as a result have clean RESTful URLs with no extensions.....
..... and there's the rub -> as far as we can see we need extensions on our endpoints to allow gzip compression.

It seems the only way out is our own HTTPModule - does anyone else know of any other way ??

Cheers
ian

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

原野 2024-07-16 16:50:57

嗯,我找到了一种方法......它是 HTTPModule 技术和 Monorail 过滤器的组合。

因此,Rick Strahl 的上述文章是演示使用 gzip / deflate 压缩的 web。 迷人的。 将这些技术与单轨 TransformFliter 结合使用应该可以很好地工作

还有其他方法,还是仍然需要编写代码?

Well I've found one way... it's a combination of the HTTPModule technique and Monorail filters.

So the article above by Rick Strahl is one of a number on the web that demonstrate using gzip / deflate compression. Lovely. Using these techniques with the a Monorail TransformFliter should work very nicely.

Any other ways, or still got to craft code ?

孤独陪着我 2024-07-16 16:50:57

这是在 IIS6 中启用 gzip 压缩的一个很好的演练:
http://engineering.leads360.com/post/9301650692 /http-压缩-gzip-on-iis-6

This is a great walk-through on enabling gzip compression in IIS6:
http://engineering.leads360.com/post/9301650692/http-compression-gzip-on-iis-6

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文