Basic Dot Net Question:
Download Job Interview Questions and Answers 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 Question | Next 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? |