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 |
When we use web service and when we use Remoting?
What is delay signing?
Give the Hierarchial description of remoting?
Explain Singleton design pattern of Remoting?
What are the security features in .net remoting?
Are you aware of containment and Aggregation ?
When should we choose .net remoting over .net web services?
What are the remotable objects in .net remoting?
Explain when we use web service and when we use remoting?
When do we use delegates in your remoting applications?
What are static assemblies and dynamic assemblies. Differences between them?
What are the security issues if we send a query from the application?