I have a big project with many subprojects. (as mentioned in the drawing)
Both WebSiteA and WebSiteB has referenced to both DLL projects.
however when I change the dll's - I need to update each bin in each webSite.
I Don't want that.
I know I can put them in GAC but I was told not to (don't ask me why please.)

Is there any solution like :

so when I update any dll - I put it only at one place ? (and so the dll's won't be at each site's bin)
