Posted on: 7/7/2014 3:06:28 PM | Views : 451

I have two web applications (i.e., web application A and web application B).  The DLL from web app A needs to be referred to by web app B.  And potentially the dll from the web app A could be referenced by other web applications.  
What's the best way to reference the DLL from web app A so if it changes then the other web app that refers to the DLL get an updated copy?  I was thinking about GACing the DLL, but I'm not sure if web app DLLs should be GACed.
Thanks for the help!

Go to the complete details ...