problem publishing website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top