I have some common DLLs referenced by both the Windows service application and the asp.net web application. I do not want to make separate copies of the DLL, and I also do not want to put these DLLs in the GAC. I am trying to put this service application in the same root folder as the web application so that they can share the same bin folder. I'm not quite sure if this will cause problems? I found that the web application has a random session timeout, but not very often. Not sure if this is caused by shared dlls. Can someone give me some advice? Thank.
source
share