Basic Dot Net Question:

Can you 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.

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?