WCF RIA 服务动态压缩在 Windows Server 2008 R2 上不起作用
我希望有人可以帮助解决 WCF Ria 服务的压缩问题。
我一直在运行 Windows 7 的开发计算机上的 Visual Studio 2010 中开发 Silverlight 4 LOB 应用程序
。当托管在 IIS 7.5 上的这台计算机上时,我成功(轻松地)为域服务的二进制响应配置了动态压缩。
我在运行 Windows Server 2008 R2 的生产服务器上重复了完全相同的过程 - 但它根本不起作用。
我使用 Fiddler2 验证了响应中的压缩。我还在多台 Windows 7 和另外两台 Windows Server 2008 R2 计算机上重复了该过程,结果相同。两台计算机上的 IIS 版本都是 7.5.7600.16385。
如果您在此配置成功,请帮忙。我确信这是一个常见的要求。
以下是适用于 Windows 7 的详细步骤:
1) 在 IIS 应用程序中定期部署。
2) 在 IIS 中启用所有压缩角色/功能(动态和静态),并在 iss 管理器中启用所有目录。
3) 编辑 C:\Windows\System32\inetsrv\config 中的 applicationHost.config :添加:
<dynamicTypes>
...
<add mimeType="application/x-javascript" enabled="true" />
<add mimeType="application/msbin1" enabled="true" />
....
</dynamicTypes>
4) 刷新应用程序池(配置为 .net 4 Integrated)
提前致谢。我已经为此灰心丧气了。
亲切的问候
劳伦斯
I was hoping somebody could please help with a compression issue with WCF Ria services.
I have been developing a Silverlight 4 LOB application in Visual Studio 2010 on my development machine running Windows 7.
I successfully (and painlessly) configured dynamic compression for the binary responses of the domain services when hosting on this machine on IIS 7.5.
I repeated the exact process on the production server running Windows Server 2008 R2 - but it did not work at all.
I verified the compression in the response using Fiddler2. I also repeated the process on multiple Windows 7 and two other Windows server 2008 R2 machines with identical results. The IIS version on both machines is 7.5.7600.16385.
If you have had success in this configuration, please help. I'm sure it is a common requirement.
Here are the detailed steps that work on Windows 7:
1) Regular deploy in IIS application.
2) Enable alll roles/features for compression (dynamic and static) in IIS and enable for all directories in iss manager.
3) Edit applicationHost.config in C:\Windows\System32\inetsrv\config : add in :
<dynamicTypes>
...
<add mimeType="application/x-javascript" enabled="true" />
<add mimeType="application/msbin1" enabled="true" />
....
</dynamicTypes>
4) Refresh application pool (configured to .net 4 Integrated)
Thanks in advance. I've been going gray over this.
Kind Regards
Lawrence
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论