Where to put Dlls
I 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
.
Relevant Pages
- Re: debug symbol issue in VC
... The process is not started from my VC project, but already run as a Windows service for a while and I want to attach to it to see some of its variables' status or something. ... I opened the project in VC and using Debug --> Attach to attach the process, it is successful -- but the running binary exe and related dynamically loaded DLLs are not run from the VC project. ... (microsoft.public.vc.language) - Re: 2003 Web Server Security flaw
... If a hacker can get past the firewall and into the Web Server, ... he MAY not require someone to be using the program exe. ... Those EXEs use DLLs which the hacker might use. ... (microsoft.public.windows.server.security) - Re: Asus V9250 magic graphics driver - cant see adaptor in Contro
... This is a painstaking procedure as there are a lot of dlls and ... exe files to open in depends. ... only created on successful install which hasn't happened. ... driver inf file. ... (microsoft.public.windowsxp.embedded) - Re: C# Exceptions
... I did a runtime analysis of the exe and some important DLLs as ... > signature is valid then the app can decrypt the response and process it. ... > the source code of a managed app. ... NOT FOR THE MAIN PROGRAM EXE FILE. ... (Pen-Test) - My.Settings Thoughts
... was a GLOBAL shared memory map that allowed the EXE and her .NET dlls to shared this "namespace" ... But for the settings, it uses the same file, but the sections are different. ... To provide access to the EXE, I had created Get/Set properties but I did that in the Form partial class. ... That way it can be used by the application DLLs. ... (microsoft.public.dotnet.languages.vb) |
|