Interview Questions

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

.NET Interview Questions and Answers


(Continued from previous question...)

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

Yes, via machine.config and application level .config file (or web.config in ASP.NET). Application-level XML settings take precedence over machine.config.

(Continued on next question...)

Other Interview Questions