I have a web service that uses an object on an application tier
through .NET remoting. Occasionally, I am getting the following exception
when attempting to create the remoted object:

System.Threading.ThreadAbortException Message: Thread was being aborted.

When it happens, there is absolutely no network traffic sent out of the
web server to the app server. Whatever it is doing, it dies before it hits
the network, so this isn't related to the listener. Subsequent calls
succeed, though nothing has changed as far as I can tell.

Anybody have any idea what this exception means and what I can do about it?

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to