The Build Manager (Me) and an Architect Lead are going back and forth on how to implement his common DLLs. Our current setup is 20+ individual .NET websites of which some are compiled and some are not (just the raw code out deployed). This
is just for one environment (QA) and one of our clients. So when he updates his DLLs he wants them deployed to each individual bin folder location, where I want the .NET web sites to reference one shared location and where the DLLs are deployed to instead
of potentially hundreds of bin locations every time the DLL changes. GAC is also out of the question. What do you all think is the best way to go? Any other details about our setup let me know.
↧