Dot Net Remoting Question:
Download Questions PDF

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

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.

Download Dot Net Remoting Interview Questions And Answers PDF

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()