Possible Duplicate:
When should I deploy my assemblies into the GAC?
How do you deploy your applications?
- copy all necessary DLLs (your own, 3rd party, etc.) into the application folder and be finished
or
- deploy some or all dependent DLLs to the GAC
Is there a best practice which of the above solutions to use and which DLLs go into the application folder vs GAC?