|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Where to put DllsI have a Windows Service that runs on the same machine as my Web Server.
I am trying to figure out the best place to put the .exe. Also, I want it to access 2 dlls that are in my bin folder of one of my Web Applications. If I am dealing with the .exe only, I can just put the .exe anywhere and just point at it. This isn't the case if I have dlls I want to access. I wanted to find out where most people put these. Thanks, Tom tshad wrote:
> I have a Windows Service that runs on the same machine as my Web Server. The Service executable can go anywhere you want.> > I am trying to figure out the best place to put the .exe. > Also, I want it to access 2 dlls that are in my bin folder of one of IMHO, shared DLLs like this, should be [Strongly Named and] loaded into > my Web Applications. the Global Assembly Cache. That way, /any/ process on the machine can make use of it. Alternatively, look at the dependentAssembly and codeBase entries placable into App.Config (although this will be problematical for a Windows Service which, generally has trouble finding its own Config. file! :-) HTH, Phill W.
Reservation algorithm
Sending Email via VB.Net displaying resource file as Help Multithreading with DirectoryServices dll's in .Net 2 - need help Sql 2005 and vb 2005 question? Object Type Conversion Error Crystal Reports: long delay to open Converting C++ code to VB2005 How to collect the data from input created by document.write() in ASP.NET? |
|||||||||||||||||||||||