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 |
What are the ways to configure remoting objects before client can use them?
what are the requirements to enable remote components to interact each other?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
How can you create a strong name for a .NET assembly?
What is a Windows process?
What is the purpose of strong name?
How can you tell the application to look for assemblies at the locations other than its own install?
How to directly call a native function exported from a dll?
What are the steps to publish an object outside the service domain
How to decide which to use .net remoting or asp.net web services?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?