Interview Question

Created by admin on Sat, 17/11/2012 - 16:56
Question: 

How can you tell the application to look for assemblies at the locations other than its own install?

Language: 
Answer: 
Use the directive in the XML .config file for a given application. should do the trick. Or you can add additional search paths in the Properties box of the deployed application.