.net remoting using tcp channel  
Author Message
regz





PostPosted: .NET Remoting and Runtime Serialization, .net remoting using tcp channel Top

In a .net remoting architecture with a custom remote host using the tcp channel:

1. how does one register the remote object dll with the client exe application in the remote domain or does the client need to have a local copy of the remote dll to register with

2. where do the following files need to reside physically in relation to eachother

a. remote host

b. remote object

c. configuration file

Are there any really good samples available for download somewhere



.NET Development5  
 
 
Ashish Basran





PostPosted: .NET Remoting and Runtime Serialization, .net remoting using tcp channel Top

you should get all the answers at following.

http://www.codeproject.com/script/articles/list_articles.asp userid=195906

http://www.codeproject.com/csharp/#Remoting



 
 
regilioz





PostPosted: .NET Remoting and Runtime Serialization, .net remoting using tcp channel Top

I'll check it out right now and get back to you, Thanks.
 
 
Erica Mohler - MSFT





PostPosted: .NET Remoting and Runtime Serialization, .net remoting using tcp channel Top

You may also want to go over the following doc: http://msdn2.microsoft.com/en-us/library/ms973857.aspx

This article goes over the main concepts of remoting and has a great TCP channels remoting sample at the end.