I have a license file that has to be deployed in the same directory as the
aspx pages that use it in order for a particular component to work. However,
when I publish the webapp to our webserver it doesn't ever move this license
file over with everything else. Is there a way I can make this happen easily?
It is included in the project.
Andrew Faust - 27 Oct 2007 01:04 GMT
If you select the file in visual studio and check the properties window
there is a property "Copy to Output Directory" Change the property to Copy
Always

Signature
Andrew Faust
andrew[at]andrewfaust.com
http://www.andrewfaust.com
>I have a license file that has to be deployed in the same directory as the
> aspx pages that use it in order for a particular component to work.
[quoted text clipped - 4 lines]
> easily?
> It is included in the project.