WebResource.axd 404 错误 - Windows Server 2008 64 位
我们在专用服务器中安装了新应用程序。最近几天我一直在为一个问题而苦苦挣扎。我在所有 WebResource.axd 请求中收到 404 no find 。
我已经卸载并安装了 .net 2.0 - 我也安装了 .net 3.5。 使用webresource解密器我发现许多JS文件,例如WebForms.js,都会生成错误。
我检查了 .axd 的 iis 处理程序映射,
我禁用了 http comp。
还有什么可能?
We Installed new application in our dedicated server. I struggle with an issue for the last few days. I get 404 no found in all WebResource.axd requests.
I have uninstall and install .net 2.0 - I have .net 3.5 installed as well.
using webresource decrypter I found that many JS files, such as WebForms.js generate the erorr.
I check the iis handlers mapping for .axd
I disable http comp.
What else could be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 IIS7 切换为以经典模式运行。
Switch IIS7 to run in Classic mode.