尝试使用 WebMatrix 中的 FileUpload 帮助程序上传文件时,Chrome 给出 ERR_CONNECTION_RESET 错误
我使用 WebMatrix 中的图库模板创建了一个照片库。一切似乎都工作正常,除了每当我尝试上传大文件时都会收到此 ERR_CONNECTION_RESET 。我尝试过使用 12 Kb 文件,应用程序工作正常,但在尝试上传 25 Kb 文件时出现重置错误。将 maxRequestLength 设置为 51200 并将executionTimeout 设置为 3600 也没有帮助。 这里出了什么问题?
I've created a photo gallery using the Gallery template in WebMatrix. Everything seems to work fine except that I get this ERR_CONNECTION_RESET whenever I try to upload a large file. I've tried with 12 Kb file and the app works fine but I get the reset error when trying to upload a 25 Kb file. Setting maxRequestLength to 51200 and executionTimeout to 3600 also didn't help.
Whats wrong here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ASP.NET 论坛上有许多关于此错误 (ERR_CONNECTION_RESET) 的主题;不确定其中任何一个是否可以帮助您解决您的问题。例如,有这样的:
http://forums.asp.net/t/1526998.aspx /1
无论如何,有一些事情需要确定:
其他/每个浏览器中都有同样的问题吗?
该问题是在您测试时在本地出现还是仅在已部署的站点中出现?
很抱歉没有提供更具体的内容。
There are a number of threads on the ASP.NET forums about this error (ERR_CONNECTION_RESET); not sure if any of those would help you resolve your issue. For example, there's this:
http://forums.asp.net/t/1526998.aspx/1
Some things to ascertain, anyway:
Same problem in other/every browser?
Does the issue manifest locally when you test, or only in a deployed site?
Sorry not to have anything more concrete to offer.