Hi folks,
I have an ASP.NET program which is launching this exception, apparently randomly. I've seen other questions about this exceptions, and everyone says that's a problem of Response.Redirect. However, I'm not using a Response.Redirect call neither a Response.End, so I have no idea what's happening here.
However, I have a supposition: This program is receiving a lot of data, it can be processing data even 3 or 4 minutes, or even more. Could it be that internally, something is closing the connection or something like that because of that?
Thanks a lot in advance!!