asp.net mvc 3 - 表单发布 - ERR_CONNECTION_RESET
我正在尝试在 asp.net mvc 3 应用程序上创建一个表单发布页面,其中包含 2500 个输入类型“隐藏”(因为就像预处理的 Excel 上传),每个输入大约 150 个字符(大约 400Kb 数据),并且在所有浏览器上我我收到连接重置错误,VS 2010 调试器没有触发异常,我不知道我能做什么!!!
啊,如果我尝试同样的操作,但隐藏了 200 个输入,则页面效果很好!
有什么想法吗????我快没耐心了!
I'm trying to make a form post page on asp.net mvc 3 application with 2500 input type "hidden" (because is like an preprocessed excel upload) with aprox 150 chars each input (aprox 400Kb of data) and on all browser i'm getting a connection reset error, the VS 2010 debugger is not firing an exception, I don't know what can I do!!!!
Ahh If I try the same thing but with 200 inputs hidden the page works well!
Any idea???? I'm running out of patience!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试增加 web.config 中的 maxRequestLength 属性
Try increasing the maxRequestLength attribute in your web.config