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
|