Can you configure a .NET Remoting object via XML file?



Can you configure a .NET Remoting object via XML file?..

Answer / guest

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 ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the purpose of enumerable class in .net?

0 Answers  


Why is .net used?

0 Answers  


What is operator overloading in .net?

0 Answers  


How do you view the methods and members of a dll?

0 Answers  


How many types of design patterns available in .NET?

0 Answers  






Explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


How will you register com+ services?

0 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


create a keypair?

1 Answers  


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


Explain me difference between public and static modifiers?

0 Answers  


What is "common language runtime" (clr) in .net?

0 Answers  


Categories