Can you configure a .NET Remoting object via XML file?
Answer Posted / 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 View All Answers
Can you pass SOAP messages through remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What are the ways to renew lifetime leases of objects?
What are the security measures exist for .net remoting in system.runtime.remoting?
How to directly call a native function exported from a dll?
Can you explain remoting?
What are static assemblies and dynamic assemblies. Differences between them?
What are the types of remoting?
What is asynchronous programming?
Garbage collector?s functionality on unmanaged code ?
What are the information required to configure remote objects?
Difference between .net remoting versus distributed com?
Elaborate the term WebService and how it differ from Remoting?
Can we configure a .net remoting object via xml file?
What do mean by remotable objects in .net remoting?