Search Results

1
vote

Calling void methods in IIS 7 and not waiting for them to return

I suppose your method being stopped by script timeout. There are different ways to fix it: Increase script timeout. I would not recommend this one, as the long operation locks Applica …