是否可以在经典 ASP 页面上使用 GZIP 压缩?

发布于 2024-07-09 11:36:45 字数 215 浏览 6 评论 0 原文

我们有一个经典的 ASP 应用程序,它可以输出一些非常大的报告,其中生成的 HTML 有几个 MB。 通过减少无关的 HTML,我们在减少这一问题方面取得了很大进展,但我想知道是否有任何方法可以在这些动态 .asp 页面上启用 GZIP 压缩。 我确信压缩它们会对文件大小带来巨大的好处。

我见过的所有 GZIP 压缩信息都只讨论支持文件或 .aspx 页面。

谢谢。

We've got a classic ASP application that is putting out some very large reports, where the resulting HTML is several MBs. We've made a lot of progress in trimming this down by reducing extraneous HTML, but I'd like to know if there's any way to enable GZIP compression on these dynamic .asp pages. I'm sure compressing them would be an enormous benefit to the file size.

All of the GZIP compression information I've seen only talks about supporting files or .aspx pages.

Thanks.

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

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

发布评论

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

评论(2

余罪 2024-07-16 11:36:45

当然,这只是在 IIS 中打开压缩的问题。 请参阅此 例如 MSDN 页面。

Sure, that's just a matter of turning on compression in IIS. See this MSDN page for example.

请止步禁区 2024-07-16 11:36:45

我建议使用来自端口 80 软件的 HttpZipe。 它基本上只是在 IIS 中启用压缩,但通过 GUI 进行压缩,而不是进入元数据库。 我在大型企业 ASP 应用程序的网络场中使用了它。

I recommend using HttpZip from Port 80 Software. It basically just enables compression in IIS but from a GUI instead of getting into the metabase. I used it in a web-farm for a big enterprise ASP application.

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