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
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