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 |
How can objects in two diff. App Doimains communicate with each other ?
What are the ways to configure remoting objects before client can use them?
How do you reference to a private & shared assembly ?
explain is .NET Remoting?
When do we use delegates in your remoting applications?
How can you create a strong name for a .NET assembly?
What is a process ?
How can you tell the application to look for assemblies at the locations other than its own install?
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?
What are dynamic assemblies?
Is it a good design practice to distribute the implementation to remoting client?