I have a web app that makes a call to a webservice, and it is causing a ThreadAbortException. Why is this? This does not happen when calling the webservice in a windows form application.
Printable View
I have a web app that makes a call to a webservice, and it is causing a ThreadAbortException. Why is this? This does not happen when calling the webservice in a windows form application.
Hello,
Does the method take a long time to execute? If so, you could be running into a timeout problem that is causing that exception to be thrown.
Gary