【发布时间】:2014-01-03 23:22:44
【问题描述】:
我在 ektron V8.0 SP1 上构建了 asp.net 网站。我在我的应用程序中使用 url 重写模块。它按预期工作。我的应用程序中也有 telrick 控件。
但不幸的是,现在我的网页中无法使用任何 telrick 控件。原因是:
corresponding ScriptResource.axd resource are not loading as expected.
我的网络浏览器出现此错误。
当我在<outboundRules> 中评论很少<rule.../>时它开始工作。
一旦我从托管服务器浏览错误是
HTTP Error 500.52 - URL Rewrite Module Error.
Outbound rewrite rules cannot be applied when the
content of the HTTP response is encoded ("gzip").
任何人都知道为什么脚本资源没有加载。 欢迎提出任何想法。
【问题讨论】:
标签: c# asp.net url-rewriting web-config telerik