try this link for beginners.
http://samples.gotdotnet.com/quickst...=/quickstart/h
owto/doc/Remoting/mainfeatures.aspx
"KC" <KC (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hi,
I am a beginner with .NET Remoting. I have a web service that calls a
component for a specific functionality. Currently clients are using this
|
webservice. Since my clients are internal to the company, all are on the
same platform. So I want use remoting instead of web service. How do i do
that?? Can I really implement remoting so that clients can access the
remotable types directly instead of through a webservice?? Please let me
know about this and also I would really appreciate if anybody can provide me
with samples in remoting.