Hello People!
i´m trying to transfer an old application(Upload/download system) with a 70% of success.
What at the beginning start to working great, because I can upload and download without any problem, after a determined time stop to working.
It´s really annoying, because it´s really an important application, but i can´t find the problem.. It´s like IIS or the PhP itself have a timer wich decide after a determined to stop working. Also, it´s not stop working at all, i can download files anytime, but the error came when I want to upload some file, it doesn´t matter the file size it´s just stop.
It´s possible that what I´m thinking could be true? Php or IIS can do that?
I really apreciate some help. I would paste some part of the php file if that help.
------
Edit:
Well after restarting the server, I notice that the aplication doesn´t run until I execute via localhost. After that start working via web, really weird..
What I found is that I can make that the Pool after a time it recycle itself, hope that works.
Just a couple of questions: How can I see how many virtual memory IIS uses? and how can I enable ELMAH?
Because the IIS log doesn´t show too much:
2013-06-25 13:46:25 10.10.10.100 GET /DownloadManager/StyleSheet.css - 80 - 94.216.90.76 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) http://www.website.com/DownloadManager/DMProgressBar.aspx?guid=4464008 304 0 1236 6681 2013-06-25 13:46:25 10.10.10.100 GET /DownloadManager/StyleSheet.css - 80 - 94.216.90.76 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) http://www.website.com/DownloadManager/DMProgressBar.aspx?guid=4464008 304 0 1236 6321
Martin L.