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 to spawn a thread?

1 Answers  


Why inheritance is important?

1 Answers  


Explain what do the terms “boxing” and “unboxing” mean?

1 Answers  


Name some of the languages .NET support?

3 Answers  


what is the keyword used for self reference?

1 Answers  


What is RCW (Run time Callable Wrappers)?

1 Answers  


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

1 Answers  


Give an example for setter/ write-only methods

1 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


Differences between datagrid, datalist and repeater in .net?

1 Answers  


What is .net code security?

1 Answers  


What is garbage collection and how it works ?

1 Answers  


Categories