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 |
How to decide which to use .net remoting or asp.net web services?
What is unmanaged code?
what is sitemap
Which Namespaces is used to achieve the Remoting?
How to perform Remoting?
Difference between remoting and web service ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is Remoting?
What?s SingleCall activation mode used for?
How can you debug failed assembly binds?
What do you know about .NET assemblies?