Dll in both the bin and the gac, which one gets used?
Posted
by John Boker
on Stack Overflow
See other posts from Stack Overflow
or by John Boker
Published on 2009-06-11T13:40:17Z
Indexed on
2010/04/29
19:37 UTC
Read the original article
Hit count: 241
We have a web application that's deployed to many websites with only frontend changes, the shared backend portion has it's DLL in the GAC so we only have to update that one dll and all the sites get the update.
Is there a way to override the GAC with a DLL in the /bin folder to test out new features before they get released?
© Stack Overflow or respective owner