0

Maybe this question is more appropriate to stackoverflow, not sure:

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.

Scott Klarenbach
  • 569
  • 2
  • 8
  • 20

1 Answers1

2

You could deploy your common assemblies to the Global Assembly Cache (GAC).

Craig
  • 274
  • 1
  • 5