Author: BenHines | Posted on: 7/2/2009 1:42:59 PM | Views : 1065

Hi,
I'm really stuck on this one.  I have a web page that uses an AJAX web service that I wrote.  Based on a user clicking on a button, a call is made to my web service method and data is returned.  This works fine for a (seemingly random) number of calls to the method.  Then the web method quits responding.  My web service writes to a log file.  So, I put a log statement at the beginning of the web method in the code-behind file.  I see the message in the log until the service becomes unresponsive, which means that the web method isn't getting called.  I have no idea why this is happening.  I can't find any indication of an error or anything... not event in the IIS log.
I thought it had something to do with using UpdatePanels on my web page.  The UpdatePanels seem to aggravate the problem, but don't seem to be the cause.  It seems like there is some limit to the amount of data or number of c ...

Go to the complete details ...