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
Define remotable objects in .net remoting?
What is the purpose of strong name?
what are the requirements to enable remote components to interact each other?
What is asynchronous programming?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Define proxy in .net remoting?
Explain the differences between marshal by value and marshal by reference?
Explain how to perform remoting?
How do you implement distributed applications in .net?
Can you pass SOAP messages through remoting?
Explain threading types?
Which one is better WebService and Remoting ?
Explain the Flow of remoting?
Explain how does assembly versioning in .net prevent dll hell?
Explain how to directly call a native function exported from a dll?