Making remote calls from a COM component
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I was asked this question in an interview and would like to know the correct answer for this. I have a .Net remoting component. (By remoting concept, the calls to the remote obect will be basically made on the proxy.)If we create a tlb for this remote component and use it from a COM component, in this case, will the remote calls be made on the proxy or on the server object. Please help me to get more insight in to this. Thanks, Mani