如何在 web.config 中提及 IIS 6 的过期标头和压缩
我需要指定过期标头并为图像、css 和 js 等静态文件启用压缩,以优化我的网站。我的 Web 应用程序托管在带有共享服务器的 IIS 6 中。因为这是共享服务器,所以我无权访问 IIS 管理器。所以,我唯一的选择就是使用“web.config”。
我使用的技术是Asp.Net MVC 2.0。
谢谢。
I need to specify the Expire Header and enable Compression for static files such as images, css and js in order to optimize my site. My web app is hosted in IIS 6 with shared server. Since, this is a shared server, so I don't have access to IIS manager. So, the only option, I have is play with "web.config".
Technologies which I am using is Asp.Net MVC 2.0.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 IIS 6 中不可能通过 Web.config 实现,因为在 IIS7 中添加了对此类操作的配置支持。向您的托管服务提供商寻求帮助。
Not possible in IIS 6 through Web.config, since config support for such operations were added in IIS7. Ask for assistance from your hosting service provider.