0

I have an Excel sheet that contains round about 60,000 records(lines) with 20 columns whose file size is 36mb+. when I try to read it using a file upload control in asp.net 4.0, an error comes that connection is reset. That means the file is not being read by the file upload control. Is there any way to read such a huge data.? Is there any 3rd party tool that can achieve this.?

Please help.

4

1 回答 1

0

这与 Excel 行数无关,您的连接超时。查看 web.config,并相应地调整httpRuntime 元素executionTimeout的和maxRequestLength设置。

于 2013-06-11T06:51:47.800 回答