ASP.NET deployment - How to share BIN across multiple WebApp Projects?
What is the best practice for sharing the assemblies of a bin folder across multiple ASP.net websites in IIS 7? I've got several sites, each with slightly different HTML front ends, but all with the same middle tier logic and DB. I don't want to redploy the same dlls to each of the many site's bin folders everytime I make a change. Thanks. Yes, actually, you do want to deploy them individually. That's how it works. If this truly offends you, then consider whether this common code should be in a WCF service called by all those sites. Another option is to make your .Net code smart enough so that