Basic Dot Net Question:

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

Dot Net Interview Question
Dot Net 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 do you define the lease of the object in .NET?How can you automatically generate interface for the remotable object in .NET with Microsoft tools?