Question: Copy Project

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I've been using Copy Project to upload only the "necessary" files to the
server.

Question: If I've made just a minor code change and have rebuilt the
project is it really necessary to upload EVERYTHING via Copy Project? There
are so many files.

Thanks.
 
You need to copy the dll from the bin directory and any aspx/ascx/asmx/etc.
files that have changed.
 
Back
Top