Basic Dot Net Question:
Download Questions PDF

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.

Download Dot Net Interview Questions And Answers PDF

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?