Discussion:
How debug on server side in .Net remoting ?
(too old to reply)
k***@gmail.com
2009-02-06 04:04:43 UTC
Permalink
Hi,

I am using .net remoting in my application when I need to perform some
operation on any other system from a local PC.It is working fine.But
in the case if there are any errors in the code running on the server
it is taking much of a time to understand the problem by using print
statements.

Is there any way to debug the instructions running on the server from
client system ?

Thanks in Advance
Krishna.
jacky kwok
2009-02-06 05:52:41 UTC
Permalink
Post by k***@gmail.com
Hi,
I am using .net remoting in my application when I need to perform some
operation on any other system from a local PC.It is working fine.But
in the case if there are any errors in the code running on the server
it is taking much of a time to understand the problem by using print
statements.
Is there any way to debug the instructions running on the server from
client system ?
Thanks in Advance
Krishna.
VisualStudio supports remote debug.

http://msdn.microsoft.com/en-us/library/bt727f1t.aspx
--
Jacky Kwok
***@alumni_DOT_cuhk_DOT_edu_DOT_hk
Loading...