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
what are the requirements to enable remote components to interact each other?
What is the proxy of the server object in .net remoting?
What are static assemblies?
Explain threading types?
What are the ways to renew lifetime leases of objects?
Can we configure a .net remoting object via xml file?
What is the difference between remoting and webservice?
What is unmanaged code?
Elaborate the term WebService and how it differ from Remoting?
How to decide which to use .net remoting or asp.net web services?
What are the security features in .net remoting?
What are the different types of channels used by .net remoting and which is the best one?
Define the lease of the object?
Explain the differences between marshal by value and marshal by reference?
How can you configure a .net remoting object via xml file?