JCDenton
03-20-2007, 04:50 AM
Hey all
I'm debuggin an internal tool that is able to display selected records and related data or generate an entire page consisting of all the records and related data.
After c. 2min a ThreadAbortException appears and I'm pretty much at my wit's end. ASP.net's global settings application timeout is set to 1000 as is the execution time in the script ( Server.ScriptTimeout = 1000; ) .
web.config compilation is set to debug (debug=true).
Even when removing everything but the querying code the page encounters the ThreadAbortException. It also makes using of the Wilson OR Mapper but I don't think it is the cause of the problem..
I turned the existing page into a Windows.Forms application and the page generated fine. (It's a 383Kb file - to give u an idea of the amount of data queried). However when ran as a web application it fails after c. 2min.
Any ideas would be appreciated..
I'm debuggin an internal tool that is able to display selected records and related data or generate an entire page consisting of all the records and related data.
After c. 2min a ThreadAbortException appears and I'm pretty much at my wit's end. ASP.net's global settings application timeout is set to 1000 as is the execution time in the script ( Server.ScriptTimeout = 1000; ) .
web.config compilation is set to debug (debug=true).
Even when removing everything but the querying code the page encounters the ThreadAbortException. It also makes using of the Wilson OR Mapper but I don't think it is the cause of the problem..
I turned the existing page into a Windows.Forms application and the page generated fine. (It's a 383Kb file - to give u an idea of the amount of data queried). However when ran as a web application it fails after c. 2min.
Any ideas would be appreciated..