The default assembly path is usually set to the bin folder of the project. However, there are certain times when it's best to push the assemblies to a common folder. It is pretty easy to change this default behavior.
Right-click on the project in solution explorer and select properties. Under the "build" tab - "Output" section, you will see the placeholder for "output path." Enter or choose a new path here. That's it!
Visit the DevX Tip Bank