I have a project that has multple web services involved and an application service (a 
Windows service) that all rely on the same set of assemblies to perform their job. 
Currently I make multiple copies of the assemblies to the bin directory of the web 
service and to the installation directory of the application service. I would like to 
avoid this multiple copy but I have been unable to find where I would specify say for 
the Web services the path to the assemblies that are referenced. Would this be in 
web.config or as part of the IIS properties? If it is part of the properties then I 
can add it to my <msi> task and it will be set on install. If it is supposed to be in 
web.config then I will just change web.config for each web service to point to a 
single location for the assemblies. Suggestions?

Thank you.

Kevin


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to