Hi all,
I am getting a stack overflow error in my application(which is in production now). I am using AP.NET AJAX component there. The problem is inconsistent and is kind of non-reproducible under any definite workflow/operation.
Few places over the net i foiund that "stack overflow" generally comes when any infinite recursion is there. But i am not using any recursive logic. Just wanted to ask what can be possible reason for this.
Also, i want to know wether ASP.NET handles multiple HTTP reuests by killing previous request even if the result is not returned from server??
Please help!!