Multiple instances while debugging - how to get rid of them? -
07-08-2003
, 02:55 PM
I notice that every time I try to debug
a web service, with a Windows form front end,
the debugger stops working when I reach the web service
code. It usually simply just times out.
When I check my task manager, I notice multiple asp.net
instances. I cannot close them using the task manager.
I have to shut down VS.NET first. I tried looking
for debugger configurations to kill the threads when
I stop debugging, but I can't find it. Any
ideas? Also, does anyone know how to debug web services
consistantly? (sometimes I can debug, but usually the
operation just times out!) |