Open your project in VS.NET, then open the Processes dialog under the Debug
menu. Find the IIS host process (if you're in 2003) or the ASP worker
process (in 2000) and attach to it. Then perform a request of the remoting
object. The debugger should stop at any breakpoint you set.

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> Hi,
> I use .Net remoting to communicate between my client (winforms) and my
[quoted text clipped - 6 lines]
> Thanks,
> Gwenda
gwenda - 21 Jun 2005 23:15 GMT
10x! That worked great!
> Open your project in VS.NET, then open the Processes dialog under the Debug
> menu. Find the IIS host process (if you're in 2003) or the ASP worker
[quoted text clipped - 14 lines]
> > Thanks,
> > Gwenda