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
How do you implement distributed applications in .net?
What do you mean by passport authentication?
Define remotable objects in .net remoting?
What are the situations you will use singleton architecture in remoting ?
Explain the Flow of remoting?
Explain how does assembly versioning in .net prevent dll hell?
What are the security features in .net remoting?
What is the difference between remoting and webservice?
How to directly call a native function exported from a dll?
Explain marshalling and its types in .net remoting
Explain when we use web service and when we use remoting?
What are the ways to configure remoting objects before client can use them?
What are static assemblies and dynamic assemblies?
When should we choose .net remoting over .net web services?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?