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



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

Answer / venu

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

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


What are the ways to configure remoting objects before client can use them?

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


explain is .NET Remoting?

2 Answers   Mind Tree,


When do we use delegates in your remoting applications?

0 Answers  






How can you create a strong name for a .NET assembly?

2 Answers  


What is a process ?

6 Answers   TCS,


How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


What are dynamic assemblies?

0 Answers  


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  


Categories