how to include DLLs from a lower directory?

M

Michael Bray

I have a web project that I am deploying as part of a standard installer
for a Windows Service application, with the web application stored in a
subdirectory. Some of the DLLs that the web app needs are located in the
service application directory.

Instead of duplicating the DLLs in to the web app dir, I'd like it to use
the ones in the service app dir. Is there a way to configure the
web.config to tell it to find these other DLLs in the web app's parent
directory (the service app directory)?

-mdb
 
B

bruce barker

short of installing them in the gac (bad idea) no. its just disk space, copy
them. this has the advange that even if the service directory is changed, you
app still runs with the version it was tested with. you can then deploy an
update to the shared dll, after testing with the app.

-- bruce (sqlwork.com)
 
M

Michael Bray

short of installing them in the gac (bad idea) no. its just disk
space, copy them. this has the advange that even if the service
directory is changed, you app still runs with the version it was
tested with. you can then deploy an update to the shared dll, after
testing with the app.

I thought that might be the case. thanks!

-mdb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,061
Latest member
KetonaraKeto

Latest Threads

Top