G
Guest
On my .NET web project I am trying to make an asyncronous call to a function
using IAsyncResult. The function will process for about a 1/2 hour. before it
completes, the process abruptly ends as though it has timed out. I'm not sure
what is timing out. Would it be the page I am making the async call from? Or
possibly the connection/command objects I am using to connect to my sql db?
using IAsyncResult. The function will process for about a 1/2 hour. before it
completes, the process abruptly ends as though it has timed out. I'm not sure
what is timing out. Would it be the page I am making the async call from? Or
possibly the connection/command objects I am using to connect to my sql db?