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

How do you create threading in .NET? What is the namespace for that?

2 Answers  


How to implement CAS in .Net?

0 Answers   247Customer,


what is yield keyword in .Net?

2 Answers  


What are Generics? Where do we use them.

2 Answers   Value Labs,


Will it go to finally block if there is no exception happened?

0 Answers  






What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


Is .net core managed code?

0 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


What is the difference between web application and enterprise application?

0 Answers  


Explain about Behavioral design pattern?

0 Answers  


Explain me what is a design pattern and what is it for?

0 Answers  


for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?

5 Answers   IBM,


Categories