How can you tell the application to look for assemblies at
the locations other than its own install?
Answer / guest
Use the directive in the XML .config file for a given
application.
<probing privatePath=?c:\mylibs; bin\debug? />
should do the trick. Or you can add additional search paths
in the Properties box of the deployed application.
| Is This Answer Correct ? | 3 Yes | 0 No |
How can we call methods in remoting asynchronously?
Are you aware of containment and Aggregation ?
What are the advantage of remoting over web services?
Can you configure a .NET Remoting object via XML file?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the differences between Marshal by value and Marshal by reference?
Explain the Flow of remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is delay signing?
Which one is better WebService and Remoting ?
Define proxy in .net remoting?
Explain how to perform remoting?