Hi,
I have a aspx page that generates reports with the data it gets from databases.
It used to work quick and fine until recently when a file is generated it gets killed a few seconds after that. It can still be downloaded if fast enough:

A few seconds later...

The interesting thing is that only reports that are approximately larger than 1MB would get destroyed. Small reports would stay there forever until it's downloaded.
At first I thought the server might be out of space/memory to store the created report and asked the server admin to check. I didn't get a reply from him so it's probably caused by something else.
If anyone knows a possible reason for this problem please let me know; I've stucked on this for almost a week =(
Thanks
I have a aspx page that generates reports with the data it gets from databases.
It used to work quick and fine until recently when a file is generated it gets killed a few seconds after that. It can still be downloaded if fast enough:

A few seconds later...

The interesting thing is that only reports that are approximately larger than 1MB would get destroyed. Small reports would stay there forever until it's downloaded.
At first I thought the server might be out of space/memory to store the created report and asked the server admin to check. I didn't get a reply from him so it's probably caused by something else.
If anyone knows a possible reason for this problem please let me know; I've stucked on this for almost a week =(
Thanks
Comment