When setting the Copy to Output Directory property to Copy always, the file
is copied to the build output directory of the project in which it is
contained, i.e. the library project.
Now, the .config file that is used by the library project, do you read from
using your own routines? I am asking, because if it includes standard
settings that are "automatically applied" to the assembly, you need to move
these settings to the .config file of the application (web service or web
site) that is using your assembly (library project).

Signature
Carsten Thomsen
Senior .NET Solutions Architect / Developer / Author
MCAD/MCSD/MCSE/MCTS
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Thanks
PAF - 20 Mar 2007 11:51 GMT
First thank you for your answer.
In fact my Assembly project is using another Assembly that is not my
Assembly. So I can't change anything in the code... This Assembly is
looking for a config file that is not copied to the web site bin
folder in spite of "Copy Always".
But with WinForms projects, the file is copied. So what is the
difference between WebSites and WinForms?!
Thank you.
> When setting the Copy to Output Directory property to Copy always, the file
> is copied to the build output directory of the project in which it is
[quoted text clipped - 22 lines]
>
> > Thanks