共享服务器不支持 gzip
我用ASP设计了一个网站并上传到readyhosting的windows共享服务器上。我要求他们从 IIS Web 服务器启用 gzip 选项,但他们不支持。
是否有任何选项可以通过网络压缩文件?
谢谢, 劳
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下:使用 HttpModule 压缩 HTTP 输出 (C#)< /a> 和了解 ASP.NET 2.0 中的压缩和解压缩
Take a look: Compressing HTTP output with an HttpModule (C#) and Understanding Compression and Decompression in ASP.NET 2.0
blowery.org HttpCompressionModule 是 不久前在 Jeff 的博客中考虑压缩选项时提到。
他还在博客上发表了很多其他好/相关的内容:
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: