Hi folks,
VS2005.NET
I have a website project that references 3rd party dll's and i'd like to have the DLL copied to the bin folder similar to the way Copy Local works for "regular" .Net Project
I'm not sure how to get the referenced file to the output folder for inclusion in the deployment besides dropping it into the project itself(ugly and sloppy, imo).
Is there something like copy local for Web projects?
EDIT: i'm open to suggestions as to what a better solution is than what i'm trying.
Thanks