ERR_EMPTY_RESPONSE when processing a large number of files in ASP.Net using C#
问题 I created an intranet system to handle TXT files in a directory and process it's data into a SQL Server database. It's recursive, so I have a file structure like this: C:\RawData\2012_06_01\2012_06_01_0002144493.txt C:\RawData\2012_06_01\2012_06_01_0002954412.txt ... C:\RawData\2012_06_15\2012_06_15_0012554778.txt And so on, summing up to about 10.530 files. It works perfectly when selecting just some folders (like all folders from a month). However, when trying to process, let's say, an year