Basic Dot Net Question:

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

Tweet Share WhatsApp

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 PDF Read All 116 Dot Net Questions
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?