ScriptResource.axd 请求返回 HTTP 302
我开发的 DNN 应用程序在部署环境 (Win 2003/IIS 6) 中存在这个熟悉的问题。 在我搜索过的所有资源中,只有一种接近我的情况。 即这个请求返回 404 而不是我得到的 302。
常见的建议(例如 aspnet 重新安装、web.config 设置、删除 IIS 处理程序设置中的“验证文件是否存在”)都经过尝试,但都没有结果。
有什么线索吗?
The DNN application I develop has this familiar problem in the deployment env (Win 2003/IIS 6). From all resources I've searched only one came close to my situation. i.e this request returning 404 instead of 302 I get.
Common suggestions like aspnet reinstallation, web.config settings, removing 'verify file exists' in IIS handler settings are all tried with nor results.
Any Clues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的! 感谢所有为此花费时间的人。
我已经设法解决这个问题。 部署服务器时间错误! 比实际时间早了12个小时。 尽管我预计 HTTP 状态为 5xx。 嗯...这就是生活!
因此,当您收到“系统未定义”错误时,请将此解决方案添加到列表中。
OK! Thank you for everyone who spend any time on this.
I've managed to fix this. The Deployment server time was wrong! It was 12 hours earlier than the actual time. Although I expected a HTTP status of 5xx. Well...C'est la vie!
So when you get a 'Sys is undefined' error add this solution to the list.