Dot Net Remoting Question:

Can we configure a .NET Remoting object via XML file?

Dot Net Remoting Interview Question
Dot Net Remoting Interview Question

Answer:

Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.


Previous QuestionNext Question
How to directly call a native function exported from a DLL?What is the difference btw the following methods in .NET remoting?

RegisterWellknownServiceType()
RegisterWellknownClientType()
RegisterActivatedServiceType()
RegisterActivatedClientType()